Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)
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 specified pathname.
-COMMENT [ text ]
Allows comments in noft command files. Comments are not displayed in output.
-[{DUMPADDRESS | DA }]address-spec
Displays code and data from a virtual address inside an object file’smemory
space. address-spec is the following:
start-address [range-specifier ][IN format-specifier]
start-address
Specifies the starting virtual addresses in hexadecimal format.
range-specifier
Specifies the amount of information to display. range-specifier 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 flag is used on an OSS shell command
line, the flag specification must be enclosed in quotation
marks when the FOR * specifier is used.
IN format-specifier
Specifies how the information is to be formatted. format-specifier is one
of the following:
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 for-
mat.
ICODE | IC Displays portions of the object file in disassembled pro-
gram code. This is the default format.
INNERLIST | IN
Displays portions of the object file 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 file in octal format.
6−72 Hewlett-Packard Company 527188-004