Editing a Module

Create a new module and describe its function. The module corresponds to a text file in a conventional development system. -- Next
- Press <Alt+F2> to create a new module, enter the name of the module, press <F2> to open the text window and add a description of the module.
- When a module is printed, the first page contains the module description and a table of contents = list of the groups of the module.
- The application uses the system library modules of Holon 11.
- Basis defines the Forth machine and the interface to the host monitor.
- Forth provides the standard set of Forth words.
- 68HC11 contains microcontroller specific definitions, register and bit names.