mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 08:18:36 +03:00
nice big refactor
This commit is contained in:
@ -42,8 +42,7 @@ public class SubAlImm8Handler : InstructionHandler
|
||||
}
|
||||
|
||||
// Read the immediate byte
|
||||
byte imm8 = CodeBuffer[position++];
|
||||
Decoder.SetPosition(position);
|
||||
byte imm8 = Decoder.ReadByte();
|
||||
|
||||
// Set the instruction information
|
||||
instruction.Mnemonic = "sub";
|
||||
|
Reference in New Issue
Block a user