dioscuri.module.cpu
Class Instruction_2ByteEscape

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

public class Instruction_2ByteEscape
extends java.lang.Object
implements Instruction

Intel opcode 0F
Escape character for two-byte opcodes.
References the doubleByteInstructions array in CPU
Flags modified: none


Constructor Summary
Instruction_2ByteEscape()
          Class constructor
Instruction_2ByteEscape(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Execute doubleByteInstructions[instruction]
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_2ByteEscape

public Instruction_2ByteEscape()
Class constructor


Instruction_2ByteEscape

public Instruction_2ByteEscape(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
             throws CPUInstructionException
Execute doubleByteInstructions[instruction]

Specified by:
execute in interface Instruction
Throws:
CPUInstructionException