Exemple #1
0
 public jno_Jb(int blockStart, int eip, int prefices, PeekableInputStream input) {
   super(blockStart, eip);
   jmp = Modrm.Jb(input);
   instructionLength = (int) input.getAddress() - eip;
   blockLength = eip - blockStart + instructionLength;
 }