Problem connecting to telnet via modem using Z80 assembly language #198
apdavis
started this conversation in
IMSAI8080esp replica
Replies: 1 comment 3 replies
-
I'm still learning, but it looks like you have assembly errors in your code:
I'll try to mess with it later tonight if you don't figure it out first! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to connect to a TCP socket on a computer on my network running the telnet service using Z80 assembly language and the CP/M Assembler v2.0. When I execute the assembled code using the ddt debugger with the command 'g100' I do not receive a TCP connection from the IMSAI8080esp. Can anyone explain why? Thanks
Beta Was this translation helpful? Give feedback.
All reactions