CodeView (cv.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Display Registers
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     To display register contents without changing them, type the
     Register (R) command without adding any arguments. This form of
     the command shows the current values of all registers and flags.
     It also shows the instruction at the address given by CS:IP.
 
     If an operand of the instruction contains memory expressions or
     immediate data, CodeView evaluates operands and indicates the
     value to the right of the instruction. This value is referred to
     as the "effective address" and is also displayed at the bottom of
     the Register window.
 
     If CS:IP points to a breakpoint location, the register display
     indicates the breakpoint number.
 
     See: Register Window
                                    -♦-