|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_AAD_Ib
public class Instruction_AAD_Ib
Intel opcode D5
ASCII adjust AX before division.
Adjust two unpacked BCD digits so a division operation on result yields
correct unpacked BCD value
Flags modified: SF, ZF, PF
Constructor Summary | |
---|---|
Instruction_AAD_Ib()
Class constructor |
|
Instruction_AAD_Ib(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Adjust two unpacked BCD digits so a division operation on result yields correct unpacked BCD value. Set AL register to (AL + (10 * AH)), clear AH register. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_AAD_Ib()
public Instruction_AAD_Ib(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 |