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 (Example)
 Summary Change Registers                Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     >R
     AX=0005 BX=299E CX=0000 DX=0000 SP=3800 BP=380E SI=0070 DI=40D1
     DS=5067 ES=5067 SS=5067 CS=4684 IP=014F NV UP EI PL NZ NA PO NC
     4684:014F 8B5E06   MOV BX,Word Ptr [BP+06]  ;BR1   SS:3814=299E
     >
 
     In the example above, the breakpoint number at the right of the
     last line indicates that the current address is at breakpoint 1.
                                    -♦-