collapseos/blk/051

8 lines
353 B
Plaintext
Raw Normal View History

2020-05-06 20:37:08 -04:00
FILL a n b -- Fill n bytes at addr a with val b.
HERE -- a Push HERE's address
H@ -- a HERE @
2020-04-27 21:22:06 -04:00
MOVE a1 a2 u -- Copy u bytes from a1 to a2, starting
with a1, going up.
2020-05-06 20:37:08 -04:00
MOVE- a1 a2 u -- Copy u bytes from a1 to a2, starting
with a1+u, going down.