You copied the Doc URL to your clipboard.
Table B.2 lists the UAL equivalents of the legacy VFP data-processing assembly language mnemonics used in this manual. The table lists only those mnemonics that are different in the UAL syntax.
Legacy | UAL |
---|---|
FADD | VADD |
FSUB | VSUB |
FMUL | VMUL |
FNMUL | VNMUL |
FMAC | VMLA |
FNMAC | VMLS |
FMSC | VNMLS |
FNMSC | VNMLA |
FDIV | VDIV |
FSQRT | VSQRT |
FCONST | VMOV |
FABS | VABS |
FCPY | VMOV |
FNEG | VNEG |
FCMP{E}{Z} | VCMP{E} |
FCVT | VCVT |
F[US]ITO | VCVT |
F[US][HL]TO | VCVT |
FTO[US]I{Z} | VCVT |
FTO[US][HL] | VCVT |