noft Manual (G06.27+, H06.03+, J06.03+)
noft Options
noft Manual—528273-003
3-7
DUMPOFFSET or DO
{ DECIMAL | D }
displays portions of the object code file in decimal format.
{ HEX | H }
displays portions of the object code file in hexadecimal format.
{ ICODE | IC }
displays portions of the object code file in disassembled program code. This is
the default.
{ INNERLIST | IN }
displays portions of the object code file in disassembled program code and
displays the source code interspersed with the code. Use this option for
displaying text.
{ OCTAL | O }
displays portions of the object code file in octal format.
If you do not specify the format with the DUMPADDRESS option, the formatting is
controlled by the SET FORMAT option. For more information, see SET on
page 3-47.
DUMPOFFSET or DO
The DUMPOFFSET option displays code and data from a physical offset within an object
code file.
Example 3-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
{ DUMPOFFSET | DO } start-address [range-specifier]
[IN format-specifier]