Hello everyone,
I am happy to have my ROM unit on the Orton 3C up and running. I am able to run the CLRAMLOOP routine, and have examined the memory where the PUTCH routine is from my Orton 3C, so I know that the computer can access that memory.
However, I am having difficulty transmitting even one character over serial.
I am connected via USB as I do routinely with my Classic ][.
I have set up Minicom according to the Orton Z80 computer manual (9600 baud, no parity, 1 stop bit - 8N1, or I18n as it then appears on Minicom).
I first call SPINIT (JP $4003). This HALTs as expected.
I then enter the following code:
1 0000 org 0
2 0000
3 0000 PUTCH =$400A
4 0000 3E 41 LD A,'A'
5 0002 CD 0A 40 CALL PUTCH ( I have also tried C3 0A 40 JMP PUTCH instead)
6 0005 76 HALT
When I run this, I get a lot of nonsense on minicom, which continues until I kill the RUN switch, but I do not see my letter A.
For example:
Any ideas how I can troubleshoot this?
Thanks and all the best,
James