mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Merge pull request #497 from kiwisincebirth/map/doc3
Forth documentation and Hide NVR Config app
This commit is contained in:
@@ -596,7 +596,7 @@ CamelForth is the version of Forth included as part of the boot ROM in
|
||||
RomWBW. It has been converted from the Z80 CP/M version published at
|
||||
<https://www.camelforth.com/page.php?5>. The
|
||||
author is Brad Rodriguez who is a prolific Forth enthusiast, whose work
|
||||
can be found here: <https://www.bradrodriguez/papers/index.html>.
|
||||
can be found here: <https://www.bradrodriguez.com/papers>.
|
||||
|
||||
For those are who are not familiar with Forth, I recommend the
|
||||
wikipedia article <https://en.wikipedia.org/wiki/Forth_(programming_language)>
|
||||
@@ -618,6 +618,10 @@ words are added to the dictionary.
|
||||
This implementation does not support loading or saving of programs. All programs
|
||||
need to be typed in. Additionally, screen editing and code blocks are not supported.
|
||||
|
||||
A CP/M version is not provided with RomWBW, this is only a ROM application. If you need to
|
||||
run it under CP/M you would need to download it from the camelforth web site, the link is
|
||||
above.
|
||||
|
||||
### Structure of Forth source files
|
||||
|
||||
File | Description
|
||||
|
||||
@@ -381,11 +381,10 @@ The following files appear in User Area 0
|
||||
| `GET.COM` | DRI CPM+ Temporarily get console input form a disk file |
|
||||
| `HELP.COM` | DRI CPM+ Display information on how to use commands |
|
||||
| `HELP.HLP` | DRI CPM+ Databse of help information for HELP.COM |
|
||||
| `HEXCOM.COM` | DRI CPM+ Create a COM file from a hex file output by MAC |
|
||||
| `HEXCOM.COM` | DRI CPM+ Create a COM file from a hex file (replaces LOAD.COM) |
|
||||
| `INITDIR.COM` | DRI CPM+ Initializes a disk to allow time and date stamping |
|
||||
| `LIB.COM` | DRI object file library manager |
|
||||
| `LINK.COM` | DRI object file linker |
|
||||
| `LOAD.COM` | DRI loader for Intel hex files |
|
||||
| `MAC.COM` | DRI 8080 macro assembler |
|
||||
| `PATCH.COM` | DRI CPM+ Display or install patch to the CPM+ system or command files |
|
||||
| `PIP.COM` | DRI CPM+ Periperal Interchange Program |
|
||||
|
||||
@@ -349,8 +349,7 @@ development of RomWBW. The project can be found at
|
||||
#### Z80 fig-FORTH
|
||||
|
||||
Dimitri Theulings' implementation of fig-FORTH for the Z80 has a
|
||||
RomWBW-specific variant. This fig-FORTH is built into the RomWBW
|
||||
ROM. However, the project itself is hosted at
|
||||
RomWBW-specific variant. The project is hosted at
|
||||
<https://github.com/dimitrit/figforth>.
|
||||
|
||||
#### Assembly Language Programming for the RC2014 Zed
|
||||
|
||||
Reference in New Issue
Block a user