2020-10-14 15:29:49 +00:00
|
|
|
This is where I develop the various things I send to the twitter
|
|
|
|
AppleIIbot.
|
|
|
|
|
2020-10-14 17:03:43 +00:00
|
|
|
For more info see here:
|
2020-10-14 15:29:49 +00:00
|
|
|
http://www.deater.net/weave/vmwprod/appleiibot/
|
|
|
|
|
2020-10-14 17:03:43 +00:00
|
|
|
For the sources to the assembly language demos:
|
|
|
|
flame is in ../fire
|
|
|
|
autumn/seasons is in ../seasons
|
|
|
|
the double-hires demos are in ../dhgr
|
|
|
|
|
2020-10-14 17:06:55 +00:00
|
|
|
tools:
|
|
|
|
./convert_qkumba will take a 128 byte or smaller binary
|
|
|
|
designed to run at $300 and create a basic loader for it
|
|
|
|
|
|
|
|
../asoft_basic-utils/tokenize_asoft will tokenize your basic program
|
|
|
|
|
|
|
|
../hgr-utils/shape_table lets you edit shape tables as a text file
|
|
|
|
|
2021-02-07 06:02:47 +00:00
|
|
|
|
|
|
|
See: README.PACKER for how the packers work
|
|
|
|
|