mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 17:30:55 +11:00
17 lines
337 B
Plaintext
17 lines
337 B
Plaintext
Disk
|
|
|
|
BLK> -- a Address of the current block variable.
|
|
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.
|
|
WIPE -- Empties current block
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|