I made some headway on the mode file last night, even figured out a few glitches I couldn't figure out when I set up the Atari one
back in 2006 so I'll need to update it as well.
Is there a standard include file
* anywhere that contains the Coleco BIOS routine names, register names, etc? I'm setting it up to highlight those as well, but at the moment I've only got 2 BIOS routines in my self-made file.
I set it up so 8 bit registers get one color, 16 bit get another. Hmm, I don't recall seeing a Z register. I see there's also JR NZ further down in the listing... probably a conditional jump based on zero or not-zero result of the bit and cp commands - so much to learn
* For the Atari VCS/2600 coding I use VCS.H which defines all the registers (there's no BIOS).