mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-02-13 11:33:16 +00:00
14 lines
179 B
Plaintext
14 lines
179 B
Plaintext
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
|
|
copy many + x, one
|
|
}
|