noft Manual (G06.26+)
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction
- 2 noft Utility
- 3 noft Options
- Break Key
- ! (Exclamation Point)
- CD
- COMMENT
- DUMPADDRESS or DA
- DUMPOFFSET or DO
- DUMPPROC or DP
- DYNSTR2
- ENV
- EXIT or E
- FC
- FILE or F
- HELP or ?
- HISTORY or H
- LAYOUT
- LIBLIST
- LISTATTRIBUTE or LA
- LISTCOMPILERS or LC
- LISTOPTIMIZE or LO
- LISTPROC or LP
- LISTSOURCE or LS
- LISTSRLEXPORTS or LLE
- LISTSRLFIXUPS or LLF
- LISTSRLINFO or LLI
- LISTUNREFERENCED or LUR
- LISTUNRESOLVED or LU
- LOG
- OBEY
- OUT
- QUIT or Q
- RESET
- SET
- SHOW
- SYSTEM or VOLUME
- XREFPROC or XP
- 4 noft Diagnostic Messages
- 5 ar Utility
- 6 ar Diagnostic Messages
- A Sample nld and noft Session
- B Converting From Binder to noft
- C Native Object File Structure
- Glossary
- Index

noft Options
noft Manual—528273-001
3-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. Use this option 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 3-43).
Example 3-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