1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-07-10 00:28:59 +00:00
SixtyPical/eg/add-pass.60p

9 lines
92 B
Plaintext

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