|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_ShiftGRP2_EbIb
public class Instruction_ShiftGRP2_EbIb
Intel opcode C0
Immediate Group 2 opcode extension: ROL, ROR, RCL, RCR, SHL/SAL, SHR, SAR.
Performs the selected instruction (indicated by bits 5, 4, 3 of the ModR/M
byte) using immediate byte.
Flags modified: depending on instruction can be any of: OF, SF, ZF, AF, PF,
CF
Constructor Summary | |
---|---|
Instruction_ShiftGRP2_EbIb()
Class constructor |
|
Instruction_ShiftGRP2_EbIb(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Execute any of the following Immediate Group 2 instructions: ROL, ROR, RCL, RCR, SHL/SAL, SHR, SAR. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_ShiftGRP2_EbIb()
public Instruction_ShiftGRP2_EbIb(CPU processor)
processor
- Reference to CPU classMethod Detail |
---|
public void execute() throws CPUInstructionException
execute
in interface Instruction
CPUInstructionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |