Change and Replace
Every change is immediately effective in the program. When a word is changed and reloaded, the new code replaces the old code in the target memory and is then used by the program. -- Next
- I have added a "$" to the display of the address, to indicate that it is a hex number.When the word was reloaded with <F3>, Holon substituted the code in the existing image.
- The code size has increased and does not fit in the old place. Holon moved the code to the end (note the new address) and patched the old code with a jump to the new code.The change is ready for testing.
- Holon offers an instant edit-test cycle.