mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 16:18:37 +03:00
implement shift and rotate handlers. Fix tests
This commit is contained in:
@ -35,7 +35,7 @@ public class Int3Handler : InstructionHandler
|
||||
public override bool Decode(byte opcode, Instruction instruction)
|
||||
{
|
||||
// Set the instruction type
|
||||
instruction.Type = InstructionType.Int;
|
||||
instruction.Type = InstructionType.Int3;
|
||||
|
||||
// INT3 has no operands
|
||||
instruction.StructuredOperands = [];
|
||||
|
Reference in New Issue
Block a user