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
address
Hexadecimal address of storage area to be displayed.
Hexadecimal length (in bytes) of storage area to be displayed.
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.