x

Examine memory.

x [/FMT] ADDRESS

  • ADDRESS – is an expression for the memory address to examine.
  • FMT – is a repeat count followed by a format letter and a size letter.

Format letters are:

  • o (octal)
  • x (hex)
  • d (decimal)
  • u (unsigned decimal)
  • t (binary)
  • f (float)
  • c (char)

Size letters are

  • b (byte)
  • h (halfword)
  • w (word)
  • g (giant, 8 bytes)

The specified number of objects of the specified size are printed according to the format.