nld and noft Manual

noft Options
nld and noft Manual520384-003
5-11
DUMPPROC or DP
Considerations:
The range of offsets must appear entirely within one of the specified
procedures. If the offset range is outside the procedure, the output stops at the
end of the procedure and noft emits an error message.
The address of a code section is rounded up to a whole number of words.
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 format.
{ ICODE | IC }
displays portions of the object file in disassembled program code. This is the
default.
{ INNERLIST | IN }
displays portions of the object file in disassembled program code and displays
the source code interspersed with the code. This option can only be used for
displaying text.
{ OCTAL | O }
displays portions of the object file in octal format.
If you do not specify the format with the DUMPPROC option, the formatting is
controlled by the SET FORMAT option (see SET on page 5-42).