1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-30 05:29:00 +00:00
SixtyPical/eg/rudiments
2018-03-06 12:23:57 +00:00
..
add-fail.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
add-pass.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
add-word.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
bad-vector.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
buffer.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
call.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
conditional2.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
conditional.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
copy.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
example.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
forever.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
goto.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
if.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
loop.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
memloc.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
new-style-routine.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
print.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
range-error.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
README.md Re-organize the example programs. 2018-03-06 10:32:52 +00:00
vector-table.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
vector.60p Re-organize the example programs. 2018-03-06 10:32:52 +00:00
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.