Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
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.