Skip to content

Commit c65422d

Browse files
authored
fyl2x broken and requires a fix
1 parent fcad796 commit c65422d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The author is not responsible for any issues caused by its use.
7070

7171
| Instruction | Status | Description | Opcode | Example |
7272
| ------------ | -------- | -------------------------------------------------- | ---------- | -------------------- |
73-
| `fyl2x` | ✅ OK | Compute y × log₂(x) (ST(1) × log₂(ST(0))) and pop | `D9 F1` | `fyl2x` |
73+
| `fyl2x` | ⏳ TBD | Compute y × log₂(x) (ST(1) × log₂(ST(0))) and pop | `D9 F1` | `fyl2x` |
7474
| `fyl2xp1` | ❌ N/A | Compute y × log₂(x+1) and pop | `D9 F9` | `fyl2xp1` |
7575
| `fxtract` | ❌ N/A | Extract: ST(0) → ST = significand, ST+1 = exponent | `D9 F4` | `fxtract` |
7676
| `f2xm1` | ❌ N/A | Compute 2^x - 1 for ST(0) | `D9 F0` | `f2xm1` |

0 commit comments

Comments
 (0)