mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-12 22:19:47 +04:00
tests and handler fixes
This commit is contained in:
@@ -52,7 +52,7 @@ public class FldFloat64Handler : InstructionHandler
|
||||
}
|
||||
|
||||
// Read the ModR/M byte using the specialized FPU method
|
||||
var (mod, reg, fpuRm, rawOperand) = ModRMDecoder.ReadModRMFpu();
|
||||
var (mod, reg, fpuRm, rawOperand) = ModRMDecoder.ReadModRMFpu64();
|
||||
|
||||
// Verify reg field is 0 (FLD)
|
||||
if (reg != 0)
|
||||
|
||||
Reference in New Issue
Block a user