예제 #1
0
파일: jmp_Jd.java 프로젝트: agimat/JPC
 public jmp_Jd(int blockStart, int eip, int prefices, PeekableInputStream input) {
   super(blockStart, eip);
   jmp = Modrm.Jd(input);
   instructionLength = (int) input.getAddress() - eip;
   blockLength = eip - blockStart + instructionLength;
 }