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

  1. 5  PRINT  CHR$(4)"BLOAD READ4PDL.OBJ"
  2. 10 A = 24576 +15 *256
  3. 15 B = 12 *4096 +6 *16 +1
  4. 20  CALL A
  5. 30  PRINT  PEEK(A +6)"   " PEEK(A +7)"   " PEEK(A +8)"   " PEEK(A +9)"   " PEEK(B)"   " PEEK(B +1)"   " PEEK(B +2)
  6. 40  GOTO 20