1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-22 17:32:01 +00:00
SixtyPical/eg/rudiments
2018-03-06 12:23:57 +00:00
..
add-fail.60p
add-pass.60p
add-word.60p
bad-vector.60p
buffer.60p
call.60p
conditional2.60p
conditional.60p
copy.60p
example.60p
forever.60p
goto.60p
if.60p
loop.60p
memloc.60p
new-style-routine.60p
print.60p
range-error.60p
README.md
vector-table.60p
vector.60p
word-table.60p Syntax errors have line numbers in them now. 2018-03-06 12:23:57 +00: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.