Debug Manual

Table Of Contents
Debug Commands
Debug Manual421921-003
4-6
AMAP Command
AMAP Command
The AMAP command provides information about a specified address in 32-bit form.
This information is displayed when you use the AMAP command:
KIND, which specifies the address mode (UC, UL, SC, or SL) and the execution
mode (TNS, AXCEL, native, or unknown).
ATTRIBUTE, which specifies one or more of the following: resident, read only,
code, SRL, enter vector, priv to read, priv to write, priv to break, is zero page, and
none.
The syntax for the AMAP command is as follows:
address
specifies the user input address. For more information about addressing, see
Address Syntax on page 3-12.
Examples
050,03,00272-amap 0x7C369070
Address: 0x7C369070
Address location attribute: 0x0B678000
Kind = 0x000B: SL (NATIVE)
Attributes: Read Only, Code, Priv to Read, Priv To Write,
Priv to Break
AMAP address