Debugging a Code Word

Step through machine code as well. I have pressed <F3> (GoSub) in .bin, previous picture. -- Demo -- Next
- The CPU registers are displayed when debugging code words.
- A breakpoint can be set in the current code.
- Step through next and see the Forth machine at work!
- If the opcode pushes a byte on the (16 bit) stack, the byte is marked with a "b", e.g. 10b.