nld and noft Manual
noft Options
nld and noft Manual—520384-003
5-43
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. This option can
only be used for text dumps.
OCTAL
O
displays portions of the object file in octal format.
?
returns the current format setting.