mirror of
https://github.com/catseye/SixtyPical.git
synced 2025-01-10 17:31:18 +00:00
9 lines
83 B
Plaintext
9 lines
83 B
Plaintext
routine add_four
|
|
inputs a
|
|
outputs a
|
|
trashes c
|
|
{
|
|
st off, c
|
|
add a, 4
|
|
}
|