|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_DAA
public class Instruction_DAA
Intel opcode 27
DAA - Decimal adjust AL after addition.
This instruction adjusts the sum of two packed BCD values to create a packed
BCD result. The AL register is the implied source and destination operand.
Flags modified: AF, CF, SF, ZF and PF.
Constructor Summary | |
---|---|
Instruction_DAA()
Class constructor |
|
Instruction_DAA(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
This instruction adjusts the sum of two packed BCD values to create a packed BCD result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_DAA()
public Instruction_DAA(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 |