peek — Examine memory location
peek [[p] | [v]] [[b] | [h] | [w]] [rpt {count}] [--help] [--version] {address}
pInterpret address as physical.
vInterpret address as virtual (the default if not specified).
bByte (8bit) wide read.
hHalf word (16bit) wide read.
wWord (32bit) wide read (default if not specified).
rpt
countRepeats the read
times.count
addressMemory address to read in hexadecimal.
This command retrieves a memory location and prints it in hexadecimal. The address specified is dependant on the machine architecture and is the translated by the MMU.
The p option causes the physical address
specified to be translated into a virtual address suitable for
use within ABLE, the virtual translated
address is shown during display.