dioscuri.module.cpu
Class Instruction_SEG_DS

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

public class Instruction_SEG_DS
extends java.lang.Object
implements Instruction

Intel opcode 3E
Instruction SEG=DS. Overrides the selected segment with DS.
Flags modified: none


Constructor Summary
Instruction_SEG_DS()
          Construct class
Instruction_SEG_DS(CPU processor)
          Construct class
 
Method Summary
 void execute()
          Execute instruction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_SEG_DS

public Instruction_SEG_DS()
Construct class


Instruction_SEG_DS

public Instruction_SEG_DS(CPU processor)
Construct class

Parameters:
processor -
Method Detail

execute

public void execute()
Execute instruction

Specified by:
execute in interface Instruction