This *Command displays the contents of a file, in hexadecimal and ASCII codes.
*Dump filename [file_offset [start_addr]]
filename | Valid pathname specifying a file |
file_offset | Offset from beginning of file |
start_addr | Display as if the file were in memory starting at this address |
The optional file offset and start address are in hexadecimal.
The start_addr parameter defaults to the file’s load address. If a file is timestamped, then the load address is treated as if it is zero.
The format of data to display can be set using *Configure DumpFormat.