noft Manual (G06.27+, H06.03+, J06.03+)
noft Options
noft Manual—528273-003
3-10
DUMPPROC or DP
offset
is the number of bytes beyond the starting virtual address of the procedure (in
hexadecimal format).
range-specifier
is the amount of information to display:
{ TO end-address | FOR { number { BYTES | B | WORDS | W } | * }}
end-address
is an ending virtual address in hexadecimal format.
number
is the number of bytes or words to display.
*
displays information to the end of the code or data section.
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:
{ 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. This is
the default.