
189
5.4 Viewing the Registers
If you are debugging at assembly-language level, then you will probably find it useful to see the contents of the
CPU's general registers. You can do this by using the [Register] window.
5.4.1 Opening the [Register] Window
To open the [Register] window, choose [View->CPU->Registers] or click the [Register] toolbar button (
).
The [Register] window opens showing all of the CPU's general registers and the values, displayed in
hexadecimal.
Figure 5.14 [Register] Window
5.4.2 Expanding a Bit Register
If a register is used as a set of flags at the bit level for the control of state, its one-character symbol rather than its
state indicate each bit. Double-click on the register’s name to display the [Register] dialog box and switch each
bit on or off. Checking the box for any bit specifies it as holding a 1, while removing the check specifies it as a 0.
Figure 5.15 Expanding a Bit Register
Kommentare zu diesen Handbüchern