|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_GRP6
public class Instruction_GRP6
Intel opcode 0F 00
Group 6 opcode extension: SLDT, STR, LLDT, LTR, VERR, VERW.
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_GRP6()
Class constructor |
|
Instruction_GRP6(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Execute any of the following Group 6 instructions: SLDT, STR, LLDT, LTR, VERR, VERW. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_GRP6()
public Instruction_GRP6(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 |