Assembly Language Help (alang.hlp) (
Table of Contents;
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
FADD Instruction
◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────┬─────────────────────────┬─────────────────────────────────
FADD [reg,reg] │ fadd st,st(2) │ 87 70-100
│ fadd st(5),st │ 287 70-100
│ fadd │ 387 to=23-31,fr=26-34
│ │ 486 8-20
────────────────┼─────────────────────────┼─────────────────────────────────
FADDP reg,ST │ faddp st(6),st │ 87 75-105
│ │ 287 75-105
│ │ 387 23-31
│ │ 486 8-20
────────────────┼─────────────────────────┼─────────────────────────────────
FADD memreal │ fadd QWORD PTR [bx] │ 87 (s=90-120,s=95-125)+EA
│ fadd shortreal │ 287 s=90-120,l=95-125
│ │ 387 s=24-32,l=29-37
│ │ 486 8-20
────────────────┼─────────────────────────┼─────────────────────────────────
FIADD memint │ fiadd int16 │ 87 (w=102-137,d=108-143)+EA
│ fiadd warray[di] │ 287 w=102-137,d=108-143
│ fiadd double │ 387 w=71-85,d=57-72
│ │ 486 w=20-35,d=19-32
────────────────┴─────────────────────────┴─────────────────────────────────
-♦-