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

9 lines
95 B
Plaintext

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