mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 01:32:13 +00:00
.. | ||
errorful | ||
add-pass.60p | ||
add-word.60p | ||
buffer.60p | ||
call.60p | ||
cmp-byte.60p | ||
cmp-word.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 | ||
README.md | ||
vector-inc.60p | ||
vector-main.60p | ||
vector-table.60p | ||
vector.60p | ||
word-table.60p |
This directory contains example sources which demonstrate the rudiments of SixtyPical.
Examples that are meant to fail and produce an error message
are in the errorful/
subdirectory.
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.)