This directory contains SixtyPical example programs specifically for the Apple II series of computers.
See the README in the parent directory for more information on these example programs.
Note that sixtypical does not currently support "load
and go" execution of these programs, because constructing
an Apple II disk image file on the fly is not something
it can currently do. If you have the linapple sources
checked out, and the a2tools available, you could do
something like this:
bin/sixtypical --traceback --origin=0x2000 --output-format=raw eg/apple2/prog.60p --output prog.bin
cp /path/to/linapple/res/Master.dsk sixtypical.dsk
a2rm sixtypical.dsk PROG
a2in B sixtypical.dsk PROG prog.bin
linapple -d1 sixtypical.dsk -autoboot
and then enter
BLOAD PROG
CALL 8192
Ideally you could
BRUN PROG
But that does not always return to BASIC and I'm not sure why.
History of
eg
/
apple2
@master
git clone https://git.catseye.tc/SixtyPical/
- Arrange license info in repo to follow REUSE 3.0 convention. Chris Pressey 2 years ago
- Declare that --run replaces loadngo.sh, and remove the latter. Chris Pressey 7 years ago
- More conversion. Chris Pressey 7 years ago
- Abort loadngo apple2, if the SixtyPical program couldn't compile. Chris Pressey 7 years ago
- Add apple2 target to loadngo.sh, apple2 example program. Chris Pressey 7 years ago