1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-02 03:41:28 +00:00
SixtyPical/eg
2018-05-08 12:39:21 +01:00
..
atari2600 Support branching and looping on the n flag. 2018-03-29 14:45:28 +01:00
c64 Use save block (and a for loop) in the flagship demo game source. 2018-05-08 12:39:21 +01:00
rudiments Describe the behaviour just implemented. 2018-03-27 16:49:20 +01:00
vic20 VIC-20 example and rewrite docs. 2018-03-26 13:43:33 +01:00
README.md Rebuild "The PETulant Cursor". 2018-04-05 14:36:38 +01:00

This directory contains SixtyPical example programs, categorized in subdirectories by machine architecture.

rudiments

In the rudiments directory are programs which are not for any particular machine, but meant to demonstrate the features of SixtyPical. Some are meant to fail and produce an error message. Others can run on any architecture where there is a routine at 65490 which outputs the value of the accumulator as an ASCII character.

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:

  • demo-game: a little game-like program written as a "can we write something you'd see in practice?" test case for SixtyPical.

  • ribos: a well-commented example of a C64 raster interrupt routine. Originally written with the P65 assembler (which has since been reborn as Ophis).

    The second version of Ribos has been translated to SixtyPical.

  • petulant: "The PETulant Cursor", a tiny (44 bytes) "display hack". Originally written in the late 80's. Rewritten with the P65 assembler (now Ophis) and re-released on April 1st, 2008 (a hint as to its nature).

    Translated to SixtyPical (in 2018), after adding some optimizations to the SixtyPical compiler, the resulting executable is still 44 bytes!

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.