home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Set of Apple II Hard Drive Images
/
eric.hdv
/
ERIC
/
TEST
/
READ2PDL.BAS
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Applesoft BASIC Source Code
|
1998-02-11
|
133 b
|
7 lines
|
[FC] Applesoft BASIC Program (0x0801)
5 PRINT CHR$(4)"BLOAD READ2PDL.OBJ"
10 A = 24576 +15 *256
15 B = 12 *4096 +6 *16 +1
20 CALL A
25 X = PEEK(A +6) + PEEK(A +7):Y = PEEK(A +8) + PEEK(A +9)
30 PRINT X,Y
40 GOTO 20