home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1994 September / 1994-09a.d64 / opcode.menu (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  534b  |  17 lines

  1. 500 print"[147]                                        ";
  2. 501 print"          exploring the 6502            ";
  3. 502 print"                                        "
  4. 505 print"[144] 1) run opcodes (numerical listing)
  5. 510 [153]" 2) run opcodes (alphabetical listing)
  6. 515 print" 3) return to features menu
  7. 517 [153]" 4) quit
  8. 520 input" select a number";a
  9. 525 if a>4then520
  10. 530 on a goto 1000,2000, 3000,4000
  11. 750 print"[147][146][155]load[146]";chr$(34);p$;chr$(34);",8":print"run"
  12. 760 poke631,13:poke632,13:poke198,2:end
  13. 1000 p$="opcodes.n":goto 750
  14. 2000 p$="opcodes.a":goto750
  15. 3000 p$="menu.feature":goto750
  16. 4000 end
  17.