Exemplo n.º 1
0
 public mov_o16_Ow_rAX(int blockStart, int eip, int prefices, PeekableInputStream input) {
   super(blockStart, eip);
   op1 = Modrm.Ow(prefices, input);
 }