1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-31 11:29:13 +00:00
SixtyPical/eg/rudiments/add-pass.60p
2018-03-06 10:32:52 +00:00

9 lines
88 B
Plaintext

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