mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-07-02 04:50:27 +03:00
Implement separate FSTSW handlers and fix test encodings
This commit is contained in:
@ -419,6 +419,7 @@ public class InstructionHandlerFactory
|
||||
// Other floating point handlers
|
||||
_handlers.Add(new FloatingPoint.Control.FnstswHandler(_decoder)); // FNSTSW AX (DF E0)
|
||||
_handlers.Add(new FloatingPoint.Control.FstswHandler(_decoder)); // FSTSW AX (9B DF E0)
|
||||
_handlers.Add(new FloatingPoint.Control.FstswMemHandler(_decoder)); // FSTSW m2byte (9B DD /7)
|
||||
|
||||
// DB opcode handlers (int32 operations and extended precision)
|
||||
_handlers.Add(new FloatingPoint.LoadStore.FildInt32Handler(_decoder)); // FILD int32 (DB /0)
|
||||
|
Reference in New Issue
Block a user