Instruction manual

Example 6 (Cont.) Sample Examine Commands
PMEM: 00000000.01000000 00000000 00000000
>>>
! This example examines the next three memory address locations:
>>> E -N:2 1000000
! Result:
PMEM: 000000.01000000 00000000 00000000
PMEM: 000000.01000008 00000000 00000000
PMEM: 000000.01000010 00000000 00000000
>>>
! This example examines physical memory.
>>> E -PM 1000000
! Result:
PMEM: 000000.01000000 00000000 00000000
>>>
! This example examines the physical memory longword.
>>> E -L -PM 1000000
! Result:
PMEM: 000000.01000000 00000000
>>>
! This example examines the contents of the general purpose register 0.
>>> ER0
! Result:
GPR:00 00000000 00000000
>>>
! This example examines the contents of the stack pointer.
>>> ESP
! Result:
GPR: 1E 01234567 89ABCDEF
>>>
Console 16–17