mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-09 10:06:44 +00:00
9 lines
88 B
Plaintext
9 lines
88 B
Plaintext
routine main
|
|
inputs a
|
|
outputs a
|
|
trashes c, z, n, v
|
|
{
|
|
st off, c
|
|
add a, 4
|
|
}
|