Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)
User Commands (d - f) enoft(1)
end_address must be on a 16-byte boundary; for all other for-
mats, enoft rounds the specified address down to the begin-
ning of the next bundle.
Valid values must be within the same section as the
start_address. If the scope of the output is limited by another
flag to a single procedure, only values within that procedure
are valid.
If you omit TO end_address, only one 4-byte or 16-byte unit
is displayed.
FOR number [{BYTES | B }|{UNITS | U }]
Is the number of bytes or units (4-byte or 16-byte groups) to
display. Valid values for number can be in decimal or hexade-
cimal format. The value specified is assumed to be in decimal
format unless prefixed by 0x to make it hexadecimal format.
If BYTES, B, UNITS,orU is omitted, the number displayed
is the specified multiple of an 8-bit value, depending on the
part of the object file being displayed; code instructions in a
code section are displayed in multiples of 16-byte bundles,
while all other data is displayed in multiples of 4 bytes.
FOR * [{BYTES | B }|{UNITS | U }]
Displays information to the end of the procedure, subpro-
cedure, or section. If BYTES, B, UNITS,orU is omitted,
code instructions in a code section are displayed in multiples
of 16-byte bundles, while all other data is displayed in multi-
ples of 4 bytes.
If you use the -DUMPADDRESS flag on an OSS shell com-
mand line, the flag specification must be enclosed in quotation
marks when you use the FOR * specifier.
IN format_spec
Specifies how the information is to be formatted. format_spec 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.
527188-007 Hewlett-Packard Company 3−83