Home
Introduction
Using Holon
Holon Tools
Contact
Using Holon
User interface
browser
macro view
direct access
online
programming
the program
Editing
module
groups
words
hypertext
move items
Loading
init code
load all
load used
lean code
code window
Testing
words
program
terminal
interpreter
changes
debugging
debug code
EPROM
cold start
cold test
code image
|
|
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.
|