|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_INCDEC_GRP4
public class Instruction_INCDEC_GRP4
Intel opcode FE
INC/DEC Group 4 opcode extension: INC, DEC.
Performs the selected instruction (indicated by bits 5, 4, 3 of the ModR/M
byte) using immediate data.
Flags modified: depending on instruction can be any of: OF, SF, ZF, AF, PF,
CF
Constructor Summary | |
---|---|
Instruction_INCDEC_GRP4()
Class constructor |
|
Instruction_INCDEC_GRP4(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Execute any of the following Immediate Group 4 instructions: INC, DEC. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_INCDEC_GRP4()
public Instruction_INCDEC_GRP4(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 |