nld and noft Manual

noft Options
nld and noft Manual520384-003
5-7
DUMPADDRESS or DA
{ DECIMAL | D }
displays portions of the object file in decimal format.
{ HEX | H }
displays portions of the object file in hexadecimal format.
{ ICODE | IC }
displays portions of the object file in disassembled program code. This is the
default.
{ INNERLIST | IN }
displays portions of the object file in disassembled program code and displays
the source code interspersed with the code. This option can only be used for
displaying text.
{ OCTAL | O }
displays portions of the object file in octal format.
If you do not specify the format with the DUMPADDRESS option, the formatting is
controlled by the SET FORMAT option (see SET on page 5-42).
Example 5-2. DUMPADDRESS Option
noft> dumpaddress 0x700005ac for 10 words
******** Readable Dump Of Range 0x700005ac To 0x700005d4 ********
Procedure Src Line Address Long Word Instructions
-------------------------------------------------------------------------
[rollem 87000] 0x700005ac 0x0d81015c jal 0x76040570
-[rollem 83000] 0x700005b0 0xafb00014 sw s0,0x14(sp)
[rollem 87000] 0x700005b4 0x00408025 move s0,v0
[rollem 87000] 0x700005b8 0x24010006 li at,0x6
[rollem 87000] 0x700005bc 0x0201001b divu s0,at
[rollem 87000] 0x700005c0 0x00007010 mfhi t6
[rollem 87000] 0x700005c4 0x25cf0001 addiu t7,t6,0x1
[rollem 88000] 0x700005c8 0x0d81015c jal 0x76040570
-[rollem 87000] 0x700005cc 0xafaf002c sw t7,0x2c(sp)
[rollem 88000] 0x700005d0 0x00408825 move s1,v0