qa.hlp (Table of Contents; Topic list)
FPREM
   Summary  Timings
────────────────┬─────────────────────────┬────────────────────────────────
 FPREM          │ fprem                   │  87   15-190
                │                         │ 287   15-190
                │                         │ 387   74-155
────────────────┴─────────────────────────┴────────────────────────────────
 
Condition Codes for FPREM and FPREM1
 
C3    C2    C1    C0    Meaning
?     1     ?     ?     Incomplete reduction
0     0     0     0     quotient MOD 8 = 0
0     0     0     1     quotient MOD 8 = 4
0     0     1     0     quotient MOD 8 = 1
0     0     1     1     quotient MOD 8 = 5
1     0     0     0     quotient MOD 8 = 2
1     0     0     1     quotient MOD 8 = 6
1     0     1     0     quotient MOD 8 = 3
1     0     1     1     quotient MOD 8 = 7
                                    -♦-