nld and noft Manual
noft Options
nld and noft Manual—520384-003
5-9
DUMPOFFSET or DO
{ 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 DUMPOFFSET option, the formatting is
controlled by the SET FORMAT option (see SET on page 5-42).
Example 5-3. DUMPOFFSET Option
noft> dumpoffset 0x00000390 for 20 bytes
***** Readable Dump Of Offset 0x00000390 To 0x000003a4 *****
0x00000390 0x27bdffe0 addiu sp,sp,0xffffffe0
0x00000394 0xafbf001c sw ra,0x1c(sp)
0x00000398 0x3c0e0800 lui t6,0x800
0x0000039c 0x3c0f5800 lui t7,0x5800
0x000003a0 0x25ef0048 addiu t7,t7,0x48