1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-22 01:32:13 +00:00
SixtyPical/eg/rudiments
2018-12-11 17:17:15 +00:00
..
errorful Small reorganization of example programs. 2018-12-11 17:17:15 +00:00
add-pass.60p
add-word.60p More conversion. 2018-09-09 15:03:43 +01:00
buffer.60p More conversion. 2018-09-09 15:03:43 +01:00
call.60p More conversion. 2018-09-09 15:03:43 +01:00
cmp-byte.60p Fix order of operands in word-sized cmp. 2018-11-27 13:12:55 +00:00
cmp-word.60p Add another example. Even more convincing that the order is wrong. 2018-11-27 13:05:19 +00:00
conditional2.60p More conversion. I think that's the last of it. 2018-09-09 15:31:35 +01:00
conditional.60p
copy.60p
example.60p More conversion. I think that's the last of it. 2018-09-09 15:31:35 +01:00
forever.60p More conversion. 2018-09-09 15:03:43 +01:00
goto.60p More conversion. 2018-09-09 15:03:43 +01:00
if.60p More conversion. I think that's the last of it. 2018-09-09 15:31:35 +01:00
loop.60p More conversion. 2018-09-09 15:03:43 +01:00
memloc.60p More conversion. 2018-09-09 15:03:43 +01:00
new-style-routine.60p
print.60p More conversion. 2018-09-09 15:03:43 +01:00
README.md Small reorganization of example programs. 2018-12-11 17:17:15 +00:00
vector-inc.60p More conversion. I think that's the last of it. 2018-09-09 15:31:35 +01:00
vector-main.60p
vector-table.60p Small reorganization of example programs. 2018-12-11 17:17:15 +00:00
vector.60p More conversion. I think that's the last of it. 2018-09-09 15:31:35 +01:00
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.)