Implemented memory-based-only float instructions...

This commit is contained in:
xolatile
2024-07-18 14:53:09 -04:00
parent c5ae9e202c
commit 09fade383e
2 changed files with 42 additions and 14 deletions

View File

@ -63,7 +63,8 @@ typedef enum {
XADD, XCHG, LEA, POPCNT,
INTI, BSF, BSR, BOUND,
//
FADD, FSUB, FMUL, FDIV,
FADD, FMUL, FCOM, FCOMP,
FSUB, FSUBR, FDIV, FDIVR,
} operation_index;
typedef enum {