2018-03-06 10:32:52 +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.
|
2018-03-07 13:27:57 +00:00
|
|
|
(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.)
|