/RAWDATA

Home | Overviews

Syntax

/RAWDATA[:{BYTES|SHORTS|LONGS|NONE}[,number]]

This option displays the raw contents of each section in the file. The arguments control the format of the display, as shown below:

Argument

Result

BYTES

The default. Contents are displayed in hexadecimal bytes, and also as ASCII characters if they have a printed representation.

SHORTS

Contents are displayed in hexadecimal words.

LONGS

Contents are displayed in hexadecimal longwords.

NONE

Raw data is suppressed. This argument is useful to control the output of /ALL.

number

Displayed lines are set to a width that holds number values per line.


Example

The information generated with this option is lengthy. Following is a small sample of output from an AppWizard application using the LONGS format:


RAW DATA #1                                                            
     
00000000  53EC8B55 00A15756 | E9004058 00000000      Ui_SVWi.|X@._...._
00000010  C95B5E5F EC8B55C3 | 5304EC83 4D895756      _^[++Ui_|a_.SVWeM_
00000020  3058B8FC 00E90040 | 5F000000 C3C95B5E      n+X0@._.|..._^[++_