We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fyl2x
1 parent fcad796 commit c65422dCopy full SHA for c65422d
README.md
@@ -70,7 +70,7 @@ The author is not responsible for any issues caused by its use.
70
71
| Instruction | Status | Description | Opcode | Example |
72
| ------------ | -------- | -------------------------------------------------- | ---------- | -------------------- |
73
-| `fyl2x` | ✅ OK | Compute y × log₂(x) (ST(1) × log₂(ST(0))) and pop | `D9 F1` | `fyl2x` |
+| `fyl2x` | ⏳ TBD | Compute y × log₂(x) (ST(1) × log₂(ST(0))) and pop | `D9 F1` | `fyl2x` |
74
| `fyl2xp1` | ❌ N/A | Compute y × log₂(x+1) and pop | `D9 F9` | `fyl2xp1` |
75
| `fxtract` | ❌ N/A | Extract: ST(0) → ST = significand, ST+1 = exponent | `D9 F4` | `fxtract` |
76
| `f2xm1` | ❌ N/A | Compute 2^x - 1 for ST(0) | `D9 F0` | `f2xm1` |
0 commit comments