|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_ESC_FPU
public class Instruction_ESC_FPU
Intel opcodes D8 - DF
Escape to coprocessor instruction set (Floating Point Unit, FPU).
NOTE: This implementation only advances the instruction pointer to the next
instruction,
but does not perform the associated FPU instruction!
Constructor Summary | |
---|---|
Instruction_ESC_FPU()
Class constructor |
|
Instruction_ESC_FPU(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Advance IP to next instruction. NOTE: The actual instruction is not executed! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_ESC_FPU()
public Instruction_ESC_FPU(CPU processor)
processor
- Reference to CPU classMethod Detail |
---|
public void execute()
execute
in interface Instruction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |