mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2025-02-19 21:30:37 +00:00
- various bugfixes - integrated required library - created minified sources - made macros slightly more flexible
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
10 HOME
|
|
20 PRINT "BUILDING EXEC FILE..."
|
|
30 PRINT CHR$ (4);"OPEN RUNDEMO.EXEC"
|
|
40 PRINT CHR$ (4);"WRITE RUNDEMO.EXEC"
|
|
50 PRINT "BLOAD FILEIO.DEMO"
|
|
60 PRINT "CALL -151"
|
|
70 PRINT "6000G"
|
|
80 PRINT CHR$ (4);"CLOSE RUNDEMO.EXEC"
|