1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-25 07:32:16 +00:00
SixtyPical/eg/rudiments
2018-09-07 23:00:29 +01:00
..
add-fail.60p Partial conversion of example programs. 2018-09-07 23:00:29 +01:00
add-pass.60p Partial conversion of example programs. 2018-09-07 23:00:29 +01:00
add-word.60p
bad-vector.60p
buffer.60p
call.60p
conditional2.60p
conditional.60p Partial conversion of example programs. 2018-09-07 23:00:29 +01:00
copy.60p Partial conversion of example programs. 2018-09-07 23:00:29 +01:00
example.60p Partial conversion of example programs. 2018-09-07 23:00:29 +01:00
forever.60p
goto.60p
if.60p
loop.60p
memloc.60p
new-style-routine.60p
print.60p
range-error.60p
README.md Make loadngo.sh able to handle both C64 (x64) and VIC-20 (xvic). 2018-03-07 13:27:57 +00:00
vector-inc.60p Partial conversion of example programs. 2018-09-07 23:00:29 +01:00
vector-main.60p Partial conversion of example programs. 2018-09-07 23:00:29 +01:00
vector-table.60p
vector.60p
word-table.60p Partial conversion of example programs. 2018-09-07 23:00:29 +01:00

This directory contains example sources which demonstrate the rudiments of SixtyPical.

Some are meant to fail and produce an error message.

They are not meant to be specific to any architecture, but many do assume the existence of a routine at 65490 which outputs the value of the accumulator as an ASCII character, simply for the purposes of producing some observable output. (This is an address of a KERNAL routine which does this on both the Commodore 64 and the Commodore VIC-20, so these sources should be usable on these architectures.)