|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdioscuri.module.cpu.Instruction_ShiftGRP2_EvCL
public class Instruction_ShiftGRP2_EvCL
Intel opcode D3
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 CL.
Flags modified: depending on instruction can be any of: OF, SF, ZF, AF, PF,
CF
| Constructor Summary | |
|---|---|
Instruction_ShiftGRP2_EvCL()
Class constructor |
|
Instruction_ShiftGRP2_EvCL(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_EvCL()
public Instruction_ShiftGRP2_EvCL(CPU processor)
processor - Reference to CPU class| Method Detail |
|---|
public void execute()
throws CPUInstructionException
execute in interface InstructionCPUInstructionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||