Specifications
Saturn The Windows ‘95 Debugger 16-45
Psy-Q Development System
Disassembly Pane
The Disassembly Pane shows the disassembled code from an area of memory.
Four columns are displayed; the first shows the address or label; the second displays
the values at that location in hexadecimal; the disassembled op code is shown in the
third column and the fourth contains the op code parameters.
Disassembly Pane Display
When the cursor is positioned on a particular label on the Disassembly Pane, the
relevant label name and value will be displayed on the Status line.
The Program Counter (PC) is shown on the screen preceded by the marker ‘>‘.
When you click the right hand mouse button over a Disassembly Pane or select from
the Pane menu on the menu bar you see the following options:
• Follow PC to anchor the Pane to the Program Counter
• Goto to put the cursor at a known address or label name
• Toggle breakpoint to set and remove breakpoints
• Edit breakpoint to disable a breakpoint or make it conditional
• Run to cursor to run the Unit to the cursor position.