Display/Inspect
x
: hexadecimal, d
: signed decimal, u
: unsigned decimal, o
: octal, t
: binary, a
: absolute and relative address, c
: character, f
: floating point.
print
, but does not display void
.
b
: bytes, h
: halfwords (two bytes), w
: word (four bytes), g
: giant words (eight bytes).