dioscuri.module.cpu
Class Instruction_CMC

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

public class Instruction_CMC
extends java.lang.Object
implements Instruction

Intel opcode F5
Complement carry flag.
Invert CF
Flags modified: none


Constructor Summary
Instruction_CMC()
          Class constructor
Instruction_CMC(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Invert CF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_CMC

public Instruction_CMC()
Class constructor


Instruction_CMC

public Instruction_CMC(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Invert CF

Specified by:
execute in interface Instruction