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