|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_2ByteEscape
public class Instruction_2ByteEscape
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 |
---|
public Instruction_2ByteEscape()
public Instruction_2ByteEscape(CPU processor)
processor
- Reference to CPU classMethod Detail |
---|
public void execute() throws CPUInstructionException
execute
in interface Instruction
CPUInstructionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |