Mirror of CollapseOS
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

19 строки
628B

  1. Disk
  2. BLK> -- a Address of the current block variable.
  3. BLK( -- a Beginning addr of blk buf.
  4. BLK) -- a Ending addr of blk buf.
  5. COPY s d -- Copy contents of s block to d block.
  6. FLUSH -- Write current block to disk if dirty.
  7. LIST n -- Prints the contents of the block n on screen
  8. in the form of 16 lines of 64 columns.
  9. LOAD n -- Interprets Forth code from block n
  10. LOAD+ n -- Relative load. Loads active block + n.
  11. LOADR n1 n2 -- Load block range between n1 and n2, inclusive.
  12. LOADR+ n1 n2 -- Relative ranged load.
  13. WIPE -- Empties current block