dioscuri.module.cpu
Class Instruction_LES_GvMp

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

public class Instruction_LES_GvMp
extends java.lang.Object
implements Instruction

Intel opcode C4
Load ES:r16 with far pointer from memory.
Flags modified: none


Constructor Summary
Instruction_LES_GvMp()
          Class constructor
Instruction_LES_GvMp(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Load ES:r16 or ES:r32 with far pointer from memory m16:16 or m16:32.
Flags modified: none
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_LES_GvMp

public Instruction_LES_GvMp()
Class constructor


Instruction_LES_GvMp

public Instruction_LES_GvMp(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Load ES:r16 or ES:r32 with far pointer from memory m16:16 or m16:32.
Flags modified: none

Specified by:
execute in interface Instruction