This directory contains SixtyPical example programs, categorized in subdirectories by machine architecture.
rudiments
In the rudiments directory are programs which are meant to demonstrate the elementary features of SixtyPical, and to serve as manual integration test cases. See the README in that directory for details.
c64
In the c64 directory are programs that run on the Commodore 64. The directory itself contains some simple demos, for example hearts.60p, while there are subdirectories for more elaborate demos, like the flagship demo game. See the README in that directory for details.
vic20
In the vic20 directory are programs that run on the Commodore VIC-20. The directory itself contains some simple demos, for example hearts.60p.
atari2600
In the atari2600 directory are programs that run on the Atari 2600 (4K cartridge). The directory itself contains a simple demo, smiley.60p which was converted from an older Atari 2600 skeleton program written in Ophis.
apple2
In the apple2 directory are programs that run on
Apple II series computers (Apple II+, Apple //e). sixtypical's
support for this architecture could be called embryonic.
History of
eg
@master
git clone https://git.catseye.tc/SixtyPical/
- Generalized copy command for great justice. Cat's Eye Technologies 12 years ago
- Improve game slightly. Add foldRoutine*, use in checker. Cat's Eye Technologies 12 years ago
- Fix jmp (vector) syntax. Filename extension is `.60p`. Cat's Eye Technologies 12 years ago
- version of demo with joystick is almost a game. Cat's Eye Technologies 12 years ago
- Use words in demo. Cat's Eye Technologies 12 years ago
- Indexed indirect. For a relaxing demo. Cat's Eye Technologies 12 years ago
- Add some demos, one of which works. Cat's Eye Technologies 12 years ago
- Emit externals, jsr, eg that uses Kernal. Cat's Eye Technologies 12 years ago
- Finally, this. Cat's Eye Technologies 12 years ago
- Wow, we have an interrupt handler. Well, a cinv. Good enough! Cat's Eye Technologies 12 years ago
- Immediate mode versions of ldx, ldy, cmp, cpx, cpy. Cat's Eye Technologies 12 years ago
- We have repeat loops now. Cat's Eye Technologies 12 years ago
- if statement takes any kind of branch. instruction support table Cat's Eye Technologies 12 years ago
- Ophis AND VICE like the look of things now. Cat's Eye Technologies 12 years ago
- Initial import. Cat's Eye Technologies 12 years ago