dioscuri.module.cpu
Class Instruction_CLD

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

public class Instruction_CLD
extends java.lang.Object
implements Instruction

Intel opcode FC
Clear direction flag.
Set DF to 0
Flags modified: none


Constructor Summary
Instruction_CLD()
          Class constructor
Instruction_CLD(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Set DF to 0
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_CLD

public Instruction_CLD()
Class constructor


Instruction_CLD

public Instruction_CLD(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Set DF to 0

Specified by:
execute in interface Instruction