z80-examples
z80-examples copied to clipboard
simple-monitor has issues with case.
The I handler is subtly-broken. I0200 03 0a 0c ends up inserting the wrong values, which explains why this fails on my real hardware.
Suspect we could just upper-case the input-buffer to make this work. Not sure why the uc-handler in the digit-reader is failing though..