collapseos/blk/051

11 lines
530 B
Plaintext
Raw Normal View History

2020-05-10 22:40:49 +10:00
CURRENT* -- a A pointer to active CURRENT*. Useful
when we have multiple active dicts.
2020-05-07 10:37:08 +10: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-28 11:22:06 +10:00
MOVE a1 a2 u -- Copy u bytes from a1 to a2, starting
with a1, going up.
2020-05-07 10:37:08 +10:00
MOVE- a1 a2 u -- Copy u bytes from a1 to a2, starting
with a1+u, going down.
2020-05-25 09:55:00 +10:00
MOVE, a u -- Copy u bytes from a to HERE.