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-7
DUMPADDRESS or DA
{ 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. 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 DUMPADDRESS option, the formatting is
controlled by the SET FORMAT option (see SET on page 3-43).
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