dioscuri.module.cpu
Class Instruction_LAR

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

public class Instruction_LAR
extends java.lang.Object
implements Instruction

Intel opcode F0 02
Load Access Rights byte.
Flags modified: ZF


Constructor Summary
Instruction_LAR()
          Class constructor
Instruction_LAR(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Load Access Rights byte.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_LAR

public Instruction_LAR()
Class constructor


Instruction_LAR

public Instruction_LAR(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Load Access Rights byte. Test ZF flag

Specified by:
execute in interface Instruction