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

   Testing Words

testing a word in the browser (7178 Byte)

You can test every word immediately after loading it. Press <F4> (Run) to execute the word in the target.  Pass parameters on the data stack and watch the results here. -- Next

  • If you press <F4>, the host copies the stack's contents to the target, executes the word in the target at the code address shown in the WORD window, waits for the word to end, and finally retrieves the stack.
  • Enter new values (Alt+V) or delete stack entries (Alt+C).
  • Change the number base to hex or decimal (Alt+B) and the way the numbers are displayed (signed/unsigned, Alt+N)