diff --git a/X86Disassembler/X86/Handlers/Jump/TwoByteConditionalJumpHandler.cs b/X86Disassembler/X86/Handlers/Jump/TwoByteConditionalJumpHandler.cs index 9e85996..052148f 100644 --- a/X86Disassembler/X86/Handlers/Jump/TwoByteConditionalJumpHandler.cs +++ b/X86Disassembler/X86/Handlers/Jump/TwoByteConditionalJumpHandler.cs @@ -19,7 +19,7 @@ public class TwoByteConditionalJumpHandler : InstructionHandler [ InstructionType.Jo, InstructionType.Jno, InstructionType.Jb, InstructionType.Jae, InstructionType.Jz, InstructionType.Jnz, InstructionType.Jbe, InstructionType.Ja, - InstructionType.Js, InstructionType.Jns, InstructionType.Unknown, InstructionType.Unknown, + InstructionType.Js, InstructionType.Jns, InstructionType.Jp, InstructionType.Jnp, InstructionType.Jl, InstructionType.Jge, InstructionType.Jle, InstructionType.Jg ];