nld and noft Manual

noft Options
nld and noft Manual520384-003
5-8
DUMPOFFSET or DO
DUMPOFFSET or DO
The DUMPOFFSET option displays code and data from a physical offset within an object
file.
start-address
is the starting virtual address 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 offset address of a code section is rounded up to a whole number of
words.
If the offset range ends outside of the file, the output stops at the end of the file
and noft emits an error message.
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.
{ DUMPOFFSET | DO } start-address [range-specifier]
[IN format-specifier]