Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)

noft(1) OSS Shell and Utilities Reference Manual
FLAGS
-CD pathname Changes the current working directory noft uses to search for relative pathnames
to the specied pathname.
-COMMENT [ text ]
Allows comments in noft command les. Comments are not displayed in output.
-[{DUMPADDRESS | DA }]address-spec
Displays code and data from a virtual address inside an object lesmemory
space. address-spec is the following:
start-address [range-specier ][IN format-specier]
start-address
Species the starting virtual addresses in hexadecimal format.
range-specifier
Species the amount of information to display. range-specier is one of
the following:
TO end-address
Is an ending virtual address in hexadecimal format.
FOR number BYTES
Is the number of bytes to display.
FOR number WORDS
Is the number of words to display.
FOR * Displays information to the end of the code or data section. If
the -DUMPADDRESS ag is used on an OSS shell command
line, the ag specication must be enclosed in quotation
marks when the FOR * specier is used.
IN format-specifier
Species how the information is to be formatted. format-specier is one
of the following:
ASCII | A Displays portions of the object le in ASCII format.
DECIMAL | D
Displays portions of the object le in decimal format.
HEX | H Displays portions of the object le in hexadecimal for-
mat.
ICODE | IC Displays portions of the object le in disassembled pro-
gram code. This is the default format.
INNERLIST | IN
Displays portions of the object le in disassembled code
and displays the source code interspersed with the assem-
bler. This option can be used only for dumping text.
OCTAL | O Displays portions of the object le in octal format.
672 Hewlett-Packard Company 527188-003