dioscuri.module.cpu
Class Instruction_STI

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

public class Instruction_STI
extends java.lang.Object
implements Instruction

Intel opcode FA
Set interrupt flag.
Set IF to 1
Flags modified: none


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

Constructor Detail

Instruction_STI

public Instruction_STI()
Class constructor


Instruction_STI

public Instruction_STI(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Set IF to 1

Specified by:
execute in interface Instruction