The code size is now just under 4 kByte.
ZMC80 Computer 2015 MCook adaptation to MPF-1 / Z80 DART 2022 F.J.Kraan Monitor v1.2, ROM: E000h, RAM: 1800h, DART: E0h ZMC80 Monitor Command List ? - view command list C - clear screen D - print 100h bytes from specified location E - edit bytes in memory F - fill memory range with value G - jump to memory address K - call to memory address L - load intel-hex file M - copy bytes in memory O - write byte to output port P - print port scan (00-FF) Q - test MPF keyboard R - monitor reset S - calculate checksum for memory range T - test memory range Z - dump user registers (STEP) + - print next block of memory - - print previous block of memory
The original ZMC80 monitor can be found here: https://github.com/MatthewWCook/Z80Project/tree/master/Z80%20Monitor%20Part%201/Code
fjkraan