dioscuri.module.cpu
Class Instruction_HLT

java.lang.Object
  extended by dioscuri.module.cpu.Instruction_HLT
All Implemented Interfaces:
Instruction

public class Instruction_HLT
extends java.lang.Object
implements Instruction

Author:
Bram Lohman, Bart Kiers

Constructor Summary
Instruction_HLT()
          Construct class
Instruction_HLT(CPU processor)
          Construct class
 
Method Summary
 void execute()
          Execute instruction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_HLT

public Instruction_HLT()
Construct class


Instruction_HLT

public Instruction_HLT(CPU processor)
Construct class

Parameters:
processor -
Method Detail

execute

public void execute()
Execute instruction

Specified by:
execute in interface Instruction