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-44
SET
OFF
turns off case-sensitivity in the noft environment. If turned off, some files
and procedures written in C or C++ are unavailable.
?
returns the current case-sensitivity setting.
FORMAT { ASCII | A |DECIMAL | D | HEX | H | ICODE | IC |
INNERLIST | IN | OCTAL | O | ? }
specifies the format to use to display the object file.
ASCII
A
displays portions of the object file in ASCII format.
DECIMAL
D
displays portions of the object file in decimal format.
HEX
H
displays portions of the object file in hexadecimal format.
ICODE
IC
displays portions of the object file in disassembled program code.
INNERLIST
IN
displays portions of the object file in disassembled program code and
displays the source code interspersed with the assembler. Use this option
only for text dumps.
OCTAL
O
displays portions of the object file in octal format.
?
returns the current format setting.