[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Apple ][+ Autostart monitor source
- Subject: Apple ][+ Autostart monitor source
- From: Lyrical Nanoha <LyricalNanoha@dosius.net>
- Date: Wed, 16 Nov 2005 15:11:41 GMT
- Newsgroups: comp.sys.apple2
- Xref: g2news1.google.com comp.sys.apple2:6769
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.