Mirror of CollapseOS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

10 lines
476B

  1. CURRENT* -- a A pointer to active CURRENT*. Useful
  2. when we have multiple active dicts.
  3. FILL a n b -- Fill n bytes at addr a with val b.
  4. HERE -- a Push HERE's address
  5. H@ -- a HERE @
  6. MOVE a1 a2 u -- Copy u bytes from a1 to a2, starting
  7. with a1, going up.
  8. MOVE- a1 a2 u -- Copy u bytes from a1 to a2, starting
  9. with a1+u, going down.