bird_egop
|
a6b6cc1149
|
Removed two-byte instruction handling from FloatingPointHandler. Simplified the code by removing the TwoByteInstructions dictionary and related methods since we now have dedicated handlers for specific instructions.
|
2025-04-12 21:29:43 +03:00 |
|
bird_egop
|
6ed6a7bd00
|
Fixed floating point instruction handling. Removed redundant FNSTSW AX check from FloatingPointHandler and added dedicated test for FnstswHandler.
|
2025-04-12 21:27:17 +03:00 |
|
bird_egop
|
ae1c4730d0
|
Add support for FNSTSW instruction
|
2025-04-12 19:21:32 +03:00 |
|
bird_egop
|
dffc405c10
|
Refactored instruction decoder into smaller, more maintainable components using handler pattern
|
2025-04-12 19:18:52 +03:00 |
|