dioscuri.module.cpu
Class Instruction_LEAVE

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

public class Instruction_LEAVE
extends java.lang.Object
implements Instruction

Intel opcode C9
LEAVE - High Level Procudure Exit.
Flags modified: none


Constructor Summary
Instruction_LEAVE()
          Class constructor
Instruction_LEAVE(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          LEAVE - High Level Procudure Exit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_LEAVE

public Instruction_LEAVE()
Class constructor


Instruction_LEAVE

public Instruction_LEAVE(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
LEAVE - High Level Procudure Exit.

Specified by:
execute in interface Instruction