2020-04-14 10:04:09 -04:00
|
|
|
Disk
|
|
|
|
|
2020-04-22 21:19:12 -04:00
|
|
|
BLK> -- a Address of the current block variable.
|
2020-04-29 20:21:18 -04:00
|
|
|
COPY s d -- Copy contents of s block to d block.
|
|
|
|
FLUSH -- Write current block to disk if dirty.
|
2020-04-22 21:19:12 -04:00
|
|
|
LIST n -- Prints the contents of the block n on screen
|
|
|
|
in the form of 16 lines of 64 columns.
|
|
|
|
LOAD n -- Interprets Forth code from block n
|
|
|
|
LOADR n1 n2 -- Load block range between n1 and n2, inclusive.
|
2020-04-27 21:28:34 -04:00
|
|
|
WIPE -- Empties current block
|
2020-04-16 19:44:17 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|