m command

The m command displays or changes the real memory and the specified window at the real address.

Syntax

m{*}monitor.address{;window}

Parameter(s)

* Uses the address as a pointer and its content as the monitor address.
monitor.address Specifies the window and real address.
window Specifies the area pointed to by the pointer.
Note: Access to an illegal address causes a segmentation violation or a bus error sending control back to the monitor debugger with an abort condition, from which it is impossible to recover. It is strongly advised to avoid absolute addresses, since they vary from implementation to implementation.