Copyright Digital Equipment Corp. All rights reserved.
/ASCII Displays the data at the specified location in ASCII format. Binary values that do not have ASCII equivalents are displayed as periods (.). When you specify the /ASCII qualifier, or when ASCII mode is the default, hexadecimal is used as the default radix for numeric literals that are specified on the command line. /BYTE Displays data at the specified location, one byte at a time. /DECIMAL Displays the contents of the specified location in decimal format. /HEXADECIMAL Displays the contents of the specified location in hexadecimal format. /LONGWORD Displays data at the specified location, one longword at a time. /OCTAL Displays the contents of the specified location in octal format. /WORD Displays data at the specified location, one word at a time.