home *** CD-ROM | disk | FTP | other *** search
/ Set of Apple II Hard Drive Images / eric.hdv / ERIC / TEST / STEPTEST (.txt) < prev    next >
Encoding:
Applesoft BASIC Source Code  |  1995-12-13  |  161 b   |  8 lines  |  [FC] Applesoft BASIC Program (0x0801)

  1. 5 M = 9 *4096 +5 *256 +4
  2. 6  POKE M, ASC("P") +128: POKE M +1,0: POKE M +2,0: POKE M +3,0
  3. 7  POKE M +4,0
  4. 10  GET A$
  5. 15 X =  USR(6)
  6. 17  PRINT "RC=";X;" DT=";
  7. 20  PRINT  PEEK(M +1)" " PEEK(M +2)" " PEEK(M +3)" " PEEK(M +4)
  8. 30  GOTO 10