Ejemplo n.º 1
0
 public mov_Ew_S(int blockStart, int eip, int prefices, PeekableInputStream input) {
   super(blockStart, eip);
   int modrm = input.readU8();
   op1Index = Modrm.Ew(modrm);
   segIndex = Modrm.reg(modrm);
 }