collapseos/blk/064

17 lines
300 B
Plaintext
Raw Normal View History

Disk
2020-04-23 11:19:12 +10:00
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.