DumpRegs PROC
   Displays the EAX, EBX, ECX, EDX, ESI, EDI, EBP,
ESP, EIP, and EFL registers in hexadecimal.
   Also displays the Carry, Sign, Zero, Overflow,
Auxiliary Carry, and Parity flags.
   EIP displays the offset of the instruction which
follows the call to DumpRegs.
Call args:  None
Return arg: None
Example:
      call DumpRegs
Sample output:
EAX=00000002  EBX=00000001  ECX=00000005  EDX=BFFC94C0
ESI=8184C544  EDI=00000000  EBP=0063FF78  ESP=0063FE3C
EIP=00401026  EFL=00000202  CF=0  SF=0  ZF=0  OF=0  AF=0  PF=1
| Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |