Loading Only the Code that is Used

If you load a single word, Holon also loads all words that are used by this word. Load the final word in a program, and Holon loads all words -- only the words -- that are used in that program. I have pressed <F3> to load SetResetVector, which uses InitProgram which calls Main ... -- Next
- Start with an empty memory, press <Ctrl+F2> to initialize the code. Then load the word.
- This selective loading mechanism of Holon also resolves forward references.
- Yet, the use of forward references is not recommended. Holon displays the words as they are loaded. This shows how the words are interrelated.
- You can speed up the loading and avoid the display, if you use <Sft+F3> to load the word.