|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_POPF
public class Instruction_POPF
Intel opcode 9D
Pop word from stack into FLAGS register.
Flags modified: NT, IOPL, OF, DF, IF, TF, SF, ZF, AF, PF, CF
Constructor Summary | |
---|---|
Instruction_POPF()
Class constructor |
|
Instruction_POPF(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Pop word from stack into FLAGS register. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_POPF()
public Instruction_POPF(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 |