PMON> g -- program output if any PMON>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.
| PMON> g . main | Execute until main |
| PMON> l . 8 | Disassemble the next 8 instructions |
| PMON> s | Single-step one instruction |
| PMON> c sort | Continue until the label sort |
For a complete list of the commands available, please refer to the appropriate PMON or SerialICE command list.