예제 #1
0
파일: push_o16_GS.java 프로젝트: agimat/JPC
 public Branch execute(Processor cpu) {
   cpu.push16((short) cpu.gs());
   return Branch.None;
 }