1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-11 06:28:55 +00:00
SixtyPical/eg/rudiments
2018-03-27 16:49:20 +01: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 Make loadngo.sh able to handle both C64 (x64) and VIC-20 (xvic). 2018-03-07 13:27:57 +00:00
vector-inc.60p Describe the behaviour just implemented. 2018-03-27 16:49:20 +01:00
vector-main.60p Describe the behaviour just implemented. 2018-03-27 16:49:20 +01: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. (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.)