|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_AAA
public class Instruction_AAA
Intel opcode 37
AAA- ASCII adjust after addition.
Adjust two unpacked BCD digits so a addition operation on result yields
correct unpacked BCD value
Flags modified: AF, CF (OF, SF, ZF and PF are undefined.
Constructor Summary | |
---|---|
Instruction_AAA()
Class constructor |
|
Instruction_AAA(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Adjust two unpacked BCD digits so a addition operation on result yields correct unpacked BCD value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_AAA()
public Instruction_AAA(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 |