enoft Manual
eNOFT Options
eNOFT Manual—527507-005
2-12
DUMPOFFSET or DO
0x080001c0: 00000000 080001d0 00000000 00000000 .... .... .... ....
******** Section .pdata is empty.
******** Section .xdata is empty.
******** Section .sdata is empty.
******** Section .srodata is empty.
******** Section .sdata1 is empty.
. . .
This command replaces the following NOFT commands: DATA, READONLY,
LARGEDATA, and SMALLDATA.
DUMPOFFSET or DO
DO <scope-range> [ IN <format-specifier> ]
This command displays code and data range from a physical offset within the
object file whereby 0x00000000 denotes the beginning of the object file. Use
LAYOUT to find the starting offset value of a section.
The following sample shows 128 bytes of the .text section in a locally specified
hexadecimal format instead of the default ICODE format for this code part of the
object file.
enoft> dumpoffset 0x390 to 0x410 in hex
******** Hex Dump of Offset 0x00000390 To 0x0000410 ********
Offset Mem Addr Contents
--------------------------------------------------------------------------
0x00000390: 27bdffc8 afbf0034 3c010800 3c065800 '... ...4 <... <.X.
0x000003a0: 24c60068 24250000 3c04c000 0e76800c $..h $%.. <... .v..
0x000003b0: afa0002c 8fbf0034 00000000 03e00008 ..., ...4 .... ....
0x000003c0: 27bd0038 27bdffd8 afbf0014 3c015800 '..8 '... .... <.X.
0x000003d0: 24260060 27a40026 0e768008 27a50020 $&.` '..& .v.. '..
0x000003e0: 3c015800 8c260060 87a40026 8fa50020 <.X. .&.` ...& ...
0x000003f0: 0c00017e 00000000 0e7681d8 00402025 ...~ .... .v.. .@ %










