1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-25 03:29:00 +00:00
SixtyPical/eg/word-table.60p

14 lines
181 B
Plaintext
Raw Normal View History

word one
word table many
routine main
inputs one, many
outputs one, many
trashes a, x, n, z
{
ld x, 0
copy 777, one
copy one, many + x
2017-12-11 11:43:53 +00:00
//copy many + x, one
}