dioscuri.module.cpu
Class Instruction_STD

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

public class Instruction_STD
extends java.lang.Object
implements Instruction

Intel opcode FD
Set direction flag.
Set DF to 1
Flags modified: none


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

Constructor Detail

Instruction_STD

public Instruction_STD()
Class constructor


Instruction_STD

public Instruction_STD(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Set DF to 1

Specified by:
execute in interface Instruction