mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-11-06 07:54:01 +03:00
2.2 KiB
2.2 KiB
| 1 | # FSUB instruction tests |
|---|---|
| 2 | # Format: RawBytes;Instructions |
| 3 | RawBytes;Instructions |
| 4 | # FSUB - Subtract floating point values |
| 5 | # ST(0), ST(i) form (D8 E0+i) |
| 6 | # ST(i), ST(0) form (DC E8+i) |
| 7 | # Memory operands |
| 8 | # FSUBP - Subtract floating point values and pop |
| 9 | # FISUB - Subtract integer from floating point |