mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-05-19 20:01:17 +03:00
2.2 KiB
2.2 KiB
1 | # FDIVR instruction tests |
---|---|
2 | # Format: RawBytes;Instructions |
3 | RawBytes;Instructions |
4 | # FDIVR - Divide floating point values (reversed) |
5 | # ST(0), ST(i) form (D8 F8+i) |
6 | # ST(i), ST(0) form (DC F0+i) |
7 | # Memory operands |
8 | # FDIVRP - Divide floating point values (reversed) and pop |
9 | # FIDIVR - Divide floating point by integer (reversed) |