mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 08:18:36 +03:00
Add support for XOR instruction
This commit is contained in:
@ -50,7 +50,8 @@ public class InstructionDecoder
|
||||
new DataTransferHandler(_codeBuffer, this, _length),
|
||||
new ControlFlowHandler(_codeBuffer, this, _length),
|
||||
new Group3Handler(_codeBuffer, this, _length),
|
||||
new TestHandler(_codeBuffer, this, _length)
|
||||
new TestHandler(_codeBuffer, this, _length),
|
||||
new ArithmeticHandler(_codeBuffer, this, _length)
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user