1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-06-29 20:29:31 +00:00
SixtyPical/eg/add-pass.60p
2015-10-17 15:46:28 +01:00

9 lines
88 B
Plaintext

routine main
inputs a
outputs a
trashes c, z, n, v
{
st off, c
add a, 4
}