dioscuri.module.cpu
Class Instruction_ARPL_EwGw

java.lang.Object
  extended by dioscuri.module.cpu.Instruction_ARPL_EwGw
All Implemented Interfaces:
Instruction

public class Instruction_ARPL_EwGw
extends java.lang.Object
implements Instruction

Intel opcode 63
Adjust RPL Field of Segment Selector.
This instruction can be used by operating systems to check the privilege level of an application in protected mode.
Flags modified: ZF


Constructor Summary
Instruction_ARPL_EwGw()
          Class constructor
Instruction_ARPL_EwGw(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Adjust RPL Field of Segment Selector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_ARPL_EwGw

public Instruction_ARPL_EwGw()
Class constructor


Instruction_ARPL_EwGw

public Instruction_ARPL_EwGw(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Adjust RPL Field of Segment Selector.

Specified by:
execute in interface Instruction