IMON95> load tstapp.rec
IMON95> g // By default program output will go to tty0.If you would prefer to be able to single-step your application, and to possibly set breakpoints, you might prefer to use the following sequence of commands.
| IMON95> g . main | Execute until main |
| IMON95> l . 8 | Disassemble the next 8 instructions |
| IMON95> s | Single-step one instruction |
| IMON95> c sort | Continue until the label sort |
For a complete list of the commands available, please refer to the appropriate IMON95 command list.