OrionNavattan

Results 5 comments of OrionNavattan

I guess I should have clarified that I meant adding the ability to handle sub CPU exceptions in addition to main CPU ones. Not exactly trivial, but not impossible; I...

Actually went ahead and wrote some code for handling sub CPU exceptions following the ideas I laid out in my previous comment. Haven't attempted to assemble it, but hopefully it...

Hey, glad you approve of my concept! You're right, it would work for small Mode 1 projects with only a bit of sub CPU code (e.g., code that simply manages...

Well, I think I outdid myself. I put together a version of your main handler that assembles entirely from source, inserted it and my sub CPU exception code into an...

It's nice to have a more human-readable format, but alas it makes supporting everything more complicated. xD Parsing the mappings directly is probably the way to go, though the way...