dioscuri.module.cpu
Class Instruction_LDS_GvMp

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

public class Instruction_LDS_GvMp
extends java.lang.Object
implements Instruction

Intel opcode C5
Load DS:r16 with far pointer from memory.
Flags modified: none


Constructor Summary
Instruction_LDS_GvMp()
          Class constructor
Instruction_LDS_GvMp(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Load DS:r16 or DS: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_LDS_GvMp

public Instruction_LDS_GvMp()
Class constructor


Instruction_LDS_GvMp

public Instruction_LDS_GvMp(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

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

Specified by:
execute in interface Instruction