/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. |