1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 12:28:45 +10:00
collapseos/blk/051
2020-05-06 20:37:08 -04:00

8 lines
353 B
Plaintext

FILL a n b -- Fill n bytes at addr a with val b.
HERE -- a Push HERE's address
H@ -- a HERE @
MOVE a1 a2 u -- Copy u bytes from a1 to a2, starting
with a1, going up.
MOVE- a1 a2 u -- Copy u bytes from a1 to a2, starting
with a1+u, going down.