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-6
DUMPADDRESS or DA
DUMPADDRESS or DA
The DUMPADDRESS option displays code and data from a virtual address inside an
object file’s memory space.
Because all sections in linkfiles start at zero, use DUMPOFFSET or DO on page 3-8 to
display section other than the text section.
start-address
is the starting virtual address in hexadecimal format.
range-specifier
is the amount of information to display:
{ TO end-address | FOR { number { BYTES | B | WORDS | W } | * }}
end-address
is an ending virtual address in hexadecimal format.
number
is the number of bytes or words to display.
*
displays information to the end of the code or data section.
Considerations:
•
The range of addresses must be entirely within one code or data section.
•
The address of a code section is rounded up to a whole number of words.
•
If an address range begins in a code or data section and ends outside the
section, the output stops at the end of the section, and noft emits an error
message.
format-specifier
specifies how the information is to be formatted. format-specifier is one of:
{ ASCII | A }
displays portions of the object file in ASCII format.
{ DECIMAL | D }
displays portions of the object file in decimal format.
[ DUMPADDRESS | DA ] start-address [ range-specifier ]
[ IN format-specifier ]