- Mac GUI: Compiling Apple II Programs in C with cc65 and Mac OS X
- BlondieHacks: Apple ][ Development on OS X
@PATH=$(PATH):/usr/local/bin; $(CL65) -t apple2enh -C apple2enh-asm.cfg -l$(PGM).lst --start-addr $(ADDR) $(PGM).s
Yay! Seizure inducing flashing X's in Virtual II Apple II emulator (the example code is really supposed to do that).
So, the example build process now works with an emulator. Now to incorporate DSKalyzer and a real Apple II.
No comments:
Post a Comment