5 - 44
5 OPERATION CONTROL PROGRAMS
POINT
It is converted into a large data type to operate the binary operations with a different
data type. Therefore, USHORT does not become valid.
The target binary operations are shown below.
• Addition (+) • Remainder (%)
• Subtraction (-) • Bit logical AND (&)
• Multiplication (
) • Bit logical OR (|)
• Division (/) • Bit exclusive logical OR (^)
[Example] W0:F=#0F+USHORT(D0L)
64-bit floating point type
USHORT does not become valid.