Rev. 1.50, 10/04, page 386 of 448
10.3.10 FLDS (Floating-point Load to System register): Floating-Point Instruction
Format Operation Instruction Code Cycle T Bit
FLDS FRm,FPUL FRm → FPUL 1111mmmm00011101 1 —
Description: This instruction loads the contents of floating-point register FRm into system
register FPUL.
Notes: None
Operation:
void FLDS(int m, float *FPUL)
{
*FPUL = FR[m];
pc += 2;
}
Possible Exceptions: None