noft Manual (G06.27+, H06.03+, J06.03+)

noft Options
noft Manual528273-003
3-48
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 code file.
ASCII
A
displays portions of the object code file in ASCII format.
DECIMAL
D
displays portions of the object code file in decimal format.
HEX
H
displays portions of the object code file in hexadecimal format.
ICODE
IC
displays portions of the object code file in disassembled program code.
INNERLIST
IN
displays portions of the object code 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 code file in octal format.
?
returns the current format setting.