A portable monitor program for retrocomputing projects, intended to be modular and easy-to-port to new platforms
Simple, Portability! If your platform has a C compiler, you're halfway to anywhere!
The platform isn't complete yet, there's lots of dead code, bugs, and malfeatures that need ironing out.
(some) of the commands are borrowed from the TUTOR monitor, but with some minor changes;
- Numbers are now in C format with C prefixes, and are assumed to be decimal by default.
- Some commands are platform-dependant, including, but not limited to, GO, BR, and register printing commands.
see PORTING.md in src/platform