| |||
| Home > Examining the Target Execution Environment > Viewing memory contents > Viewing memory at a specific address | |||
To display memory at a specific address, enter the address of the first memory location to be viewed in the Start Address field. The address can be:
An explicit value.
The result of a C or C++ expression.
A return value from a macro.
The value of a register or variable. For example,
to display memory at the address pointed to by the SP register,
enter @SP.
The Memory view is updated to show the memory starting at the address you specified.