dioscuri.module.cpu
Class Instruction_POPF

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

public class Instruction_POPF
extends java.lang.Object
implements Instruction

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

Instruction_POPF

public Instruction_POPF()
Class constructor


Instruction_POPF

public Instruction_POPF(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Pop word from stack into FLAGS register.

Specified by:
execute in interface Instruction