DUMPA (ASCII dump)

The DUMPA tag inserts a hex-dump display in-line in the formatted output, as opposed to the ADDR tag which only shows the address itself. This insertion is particularly useful when formatting for the batch report, since the user is not otherwise able to view the storage.
Figure 1. Syntax

1 <DUMPA address length?  ALIGN=
2.1 AUTO
2.1 LEFT > ?heading-text? </DUMPA>
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 ASCII-encoded hexadecimal values. If the data is known to contain EBCDIC-encoded values, then use the DUMP tag instead (see DUMP (EBCDIC dump)).

In the interactive reanalysis report, the heading text is presented in white.