1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2025-08-15 09:27:34 +00:00
Files
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
}