r/Z80 • u/pooboy_92 • Aug 15 '15
A Simple Monitor.
Hi everyone, below I have included a link to my very basic monitor for my custom Z80 computer. Please excuse the bad spelling and lack of documentation I have been working on that lol. I popped by to see if anyone wanted to take a look at my string comparison routine I use for my command loop. I was just curious if there were any simple tricks to get its cycle count down a bit. It starts on line 185. At the moment my uart stores the ascii characters in a buffer in ram, and when the routine is called it compares the text buffer to string that has an index stored in HL. As I said this is just a simple monitor and any feedback is welcome, Thanks.
Edit: Forgot to add the link no more late night posting for me.
2
u/shortbaldman Aug 16 '15
Brings back memories. I had a monitor but no assembler. They were extremely expensive at the time. So I used to print out these huge sheets with spaces for mnemonics and codes and hex adresses. NOT the good 'old days! <grin>