DUMP (EBCDIC dump)
- address
- Hexadecimal address of storage area to be displayed.
The address parameter is 64-bit enabled. For details, see Specifying 64-bit addresses.
- length
- Hexadecimal length (in bytes) of storage area to be displayed.
- ALIGN = AUTO | LEFT
- Specifies the hexadecimal data alignment:
- AUTO
- The alignment is determined by the listed address and the available report width. This is the default.
- LEFT
- The hexadecimal data is left-aligned unconditionally.
- heading-text
- The heading text to immediately precede the hex-dump display.
Description
The hex-dump display always starts in column one, regardless of current indentation.
The character-interpreted section on the right-hand side of the display is based on EBCDIC-encoded hexadecimal values. If the data is known to contain ASCII-encoded values, then use the DUMPA tag instead (see DUMPA (ASCII dump)).
In the interactive reanalysis report, the heading text is presented in white.