collapseos/blk/100

17 lines
550 B
Plaintext
Raw Normal View History

Block editor
2020-04-15 08:15:07 +10:00
This is an application to conveniently browse the contents of
2020-06-10 11:48:49 +10:00
the disk blocks and edit them. You can load it with "105 LOAD".
2020-04-15 08:15:07 +10:00
Browse mode: If you execute BROWSE, the Forth interpreter is
replaced by browser's loop. Typing "Q" quits the browser.
2020-04-15 08:15:07 +10:00
In this mode, typing a decimal number followed by space or
return lists the contents of that block. B for previous block,
N for next.
When not in browse mode, your prompt is a regular Forth prompt
with editor words loaded.
(cont.)