Example #1
0
 public Branch execute(Processor cpu) {
   Segment seg = cpu.segs[segIndex];
   if (cpu.checkIOPermissions8(cpu.r_dx.get16() & 0xffff)) StaticOpcodes.rep_outsb_a32(cpu, seg);
   else throw ProcessorException.GENERAL_PROTECTION_0;
   return Branch.None;
 }