|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_SAHF
public class Instruction_SAHF
Intel opcode 9E
Load the FLAGS register with values from AH register.
The FLAGS register is written as SF:ZF:0:AF:0:PF:1:CF.
Flags modified: SF, ZF, AF, PF, CF.
Constructor Summary | |
---|---|
Instruction_SAHF()
Class constructor |
|
Instruction_SAHF(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Move AH register into low byte of FLAGS register. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_SAHF()
public Instruction_SAHF(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 |