Display/Inspect

print [/f] [expr]
Show last value $ [or of expr], using format f. Format specification: x: hexadecimal, d: signed decimal, u: unsigned decimal, o: octal, t: binary, a: absolute and relative address, c: character, f: floating point.
call [/f] expr
Like print, but does not display void.
x [/Nuf] expr
Examine memory at address expr, using format f. If N is given, count of units to display, where units, u, are one of: b: bytes, h: halfwords (two bytes), w: word (four bytes), g: giant words (eight bytes).
disassem [addr]
Display memory as machine instructions.