A-25
Cisco Broadband Cable Command Reference Guide
OL-1581-07
Appendix A Using the ROM Monitor
dis
0x6069636c: 0c1a2d93 jal 0x6068b64c
0x60696370: 00002021 addu a0, zero, zero
0x60696374: 8e0285d0 lw v0, -31280(s0)
rommon 26 >
The dis command displays an exception if you attempt to disassemble a non-existent address or if you
specify an argument that the system interprets as a non-existent address. For example, the following
command shows the
dis disk0:
command being given. The system interprets the
disk0:
argument as a
memory address of 0xd, and because this address does not exist, displays the exception message:
rommon 3 >
dis disk0:
Warning : address not word aligned, 0xd
*** TLB (Load/Fetch) Exception ***
Access address = 0xc
PC = 0xbfc11074, Cause Reg = 0x8, Status Reg = 0x3040d003
monitor: command "dis" aborted due to exception
rommon 4 >
Related Commands
Command
Description
frame
Displays an individual stack frame.
stack
Displays a stack trace.