예제 #1
0
파일: push_Ed_mem.java 프로젝트: agimat/JPC
 public Branch execute(Processor cpu) {
   cpu.push32(op1.get32(cpu));
   return Branch.None;
 }