0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-06-21 08:28:37 +03:00

Fix FCLEX/FNCLEX instruction types and rename handler for consistency

This commit is contained in:
bird_egop
2025-04-18 13:08:18 +03:00
parent a4de35cf41
commit 6ea208d8bf
3 changed files with 74 additions and 2 deletions

View File

@ -53,7 +53,7 @@ public class FclexHandler : InstructionHandler
byte secondByte = Decoder.ReadByte();
// Set the instruction type
instruction.Type = InstructionType.Fclex;
instruction.Type = InstructionType.Fnclex;
// FCLEX has no operands
instruction.StructuredOperands = [];