1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-30 05:29:00 +00:00
SixtyPical/eg/rudiments/word-table.60p
2018-09-07 23:00:29 +01:00

17 lines
252 B
Plaintext

word one
word table[256] many
define main routine
inputs one, many
outputs one, many
trashes a, x, y, n, z
{
ld x, 0
ld y, 0
copy 777, one
copy one, many + x
copy one, many + y
copy many + x, one
copy many + y, one
}