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
|
|
A Window into the Code

The command F6=Code opens a window into the code space. Study the code in the program, watch the contents of data space and compare code in target memory and code file. -- Next
- <F6> toggles the window between code (PROG) and data (DATA) memory space.
- The keys <F> and <T> select the code file and the target memory.
- Memory contents that differ between target memory and code file are marked (none in this picture). Differences are caused by the action of the program.
- The code of the current word is embraced by curly brackets {}.
- Enlarge the code window with <Alt+F7>, make it smaller with <Alt+F8>.
- The display is continuously updated.
- If you use the monitors PMON and EMON, you can watch a running program.
|