1. K

    8085 Assembler, adding another menu choice disables char input from sid (Resolved)?

    Hi, This program works fine as shown in the TeraTerm picture below the code. Working Code # ORG 00A3H # DB...
  2. K

    8085 Assembly Language RIM Command Help Needed (Resolved)

    Hi, I was trying to remove the "spaghetti" from my spaghetti code and now it doesn't work. It displays the banner and then some junk characters in teraterm and doesn't wait for user input: Non-working code: ;8085 Monitor LXI SP,7FFFH JMP START # ORG 0006H ; Banner # DB DATA:20H,0DH,0AH,57H...
Top