2020-04-17 05:59:43 +10:00
|
|
|
Block editor
|
2020-04-15 08:15:07 +10:00
|
|
|
|
|
|
|
This is an application to conveniently browse the contents of
|
2020-04-17 05:59:43 +10:00
|
|
|
the disk blocks and edit them. You can load it with "102 LOAD".
|
2020-04-15 08:15:07 +10:00
|
|
|
|
2020-04-17 05:59:43 +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
|
|
|
|
2020-04-17 05:59:43 +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.)
|