예제 #1
0
파일: verr_Ew.java 프로젝트: agimat/JPC
 public verr_Ew(int blockStart, int eip, int prefices, PeekableInputStream input) {
   super(blockStart, eip);
   int modrm = input.readU8();
   op1Index = Modrm.Ew(modrm);
 }