Example #1
0
 public Branch execute(Processor cpu) {
   cpu.push16((short) cpu.gs());
   return Branch.None;
 }