7 - 14
7 OPERATION CONTROL PROGRAMS
(2) Program which substitutes the result of subtracting #10 from #0F to D0L
D0L = #0F #10
12222.789
123
D1
12222
D0
#3 #2
12345.789
#1 #0
#10
D0L
64-bit floating-point type data are used for subtraction, and the result is converted
into the 32-bit integer type and then substituted. The