mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 16:18:37 +03:00
basic decompiler and fixes
This commit is contained in:
@ -55,8 +55,6 @@ public class TwoByteConditionalJumpHandler : InstructionHandler
|
||||
/// <returns>True if the instruction was successfully decoded</returns>
|
||||
public override bool Decode(byte opcode, Instruction instruction)
|
||||
{
|
||||
int position = Decoder.GetPosition();
|
||||
|
||||
// Check if we have enough bytes for the second byte
|
||||
if (!Decoder.CanReadByte())
|
||||
{
|
||||
|
Reference in New Issue
Block a user