MDB Reference: print
print [/f] [/datasize:value] variable
The MDB print command displays the value of a variable
Parameters
- /f
- x = Signed Hex; d = Signed Dec; a = Address of Variable
- /datasize:
- 1 = 1 byte, 2 = 2 bytes, 4 = 4 bytes (when ASM doesn't provide size)
- variable
- Variable to print
Example
> print /a LATA
The address of LATA: 0x1f886030
> print LATA
LATA=0