예제 #1
0
파일: Halt.java 프로젝트: cris3w/tp-vm-poo
 protected void executeAux(CPU cpu) {
   cpu.exit();
 }