[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Apple ][+ Autostart monitor source



URL: http://www.dosius.net:8080/a2pmon.a65.txt

I took the commonly available source code for the Apple ][ monitor ROM, disassembled the ][+ version, compared and reconstructed the newer sources. It's a hackjob but it does produce the same code that I started with.

The original code is all in uppercase. My patches are lowercase, since that's how I write my ASM. You can compile it with ca65 from the cc65 package:

   ca65 a2pmon.a65
   ld65 a2pmon.o -tnone -o a2pmon.bin

You'll of course have to tack BASIC onto the front end.

-uso.