1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-11-25 23:49:17 +00:00
SixtyPical/eg/rudiments/add-pass.60p

9 lines
95 B
Plaintext
Raw Normal View History

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