Subfield 5: Modifier

The syntax for coding the modifier is shown in the subfield format operands in DC instruction.

You can omit any of the modifiers from the modifier subfield. Modifiers describe the length in bits or bytes you want for a constant (in contrast to an implied length), and the scaling and exponent for the constant.

The three modifiers are:
If multiple modifiers are used, they must appear in this sequence: length, scale, and exponent. For example:
ALL3     DC              DL7S3E50'2.7182'
Symbols used in subfield 5 need not be previously defined, except in literals. For example:
SYM      DC              FS(X)'35.92'
X        EQU             7