Exemplo n.º 1
0
 public Branch execute(Processor cpu) {
   cpu.push16((short) cpu.r_ebx.get16());
   return Branch.None;
 }