Debug: R--Examples
To view the contents of all registers, the status of all flags, and the
decoded form of the instruction at the current location, type the following command:
r
If the current location is CS:11A, the display will look similar to the
following:
AX=0E00 BX=00FF CX=0007 DX=01FF SP=039D BP=0000 SI=005C DI=0000
DS=04BA ES=04BA SS=04BA CS=O4BA IP=011A NV UP DI NG NZ AC PE NC
04BA:011A CD21 INT 21
To view only the status of the flags, type the following command:
rf
Debug displays the information in the following format:
NV UP DI NG NZ AC PE NC - _
Now you can type one or more valid flag values, in any order, with or without
spaces, as in the following command:
nv up di ng nz ac pe nc - pleicy
Debug stops the r command and displays the Debug prompt. To see the changes, type either the r or rf command. Debug then displays the following:
NV UP EI PL NZ AC PE CY - _
Press ENTER to return to the Debug prompt.
More Information About Debug: R
Debug: R--Notes
Debug: R