SRM Console Commands
7
-
29
longword). For other address spaces, the address is the last referenced address
minus one.
•
*, the last location referenced in an examine or deposit command.
•
@, the location addressed by the last location referenced in an examine or deposit
command.
NOTE: Since the console program actually resides in low memory when running,
depositing to memory should be done with care.
Table 7-5 Device Name and Address Space Options
Option
Device Name and Address Space Meaning
<dev_ name>
Device name: pci0, xmi0, kn7cc1, demna0, and so forth.
fpr
Defines the address space as the floating-point register set, F0
through F31.
gpr
Defines the address space as the general register set, R0
through R31.
ipr
Defines the address space as the internal processor registers
(IPRs).
pt
Defines the address space as the PAL temp register set, PT0
through PT23.
pmem
Defines the address space as physical memory; initial default.
vmem
Defines the address space as virtual memory. All access and
protection checking occur.
For more information, see the Alpha Architecture Reference Manual.