dioscuri.module.cpu
Class Instruction_JO

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

public class Instruction_JO
extends java.lang.Object
implements Instruction

Intel opcode 70
Conditional short jump on overflow.
Displacement is relative to next instruction.
Flags modified: none


Constructor Summary
Instruction_JO()
          Class constructor
Instruction_JO(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Execute conditional short jump on overflow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_JO

public Instruction_JO()
Class constructor


Instruction_JO

public Instruction_JO(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Execute conditional short jump on overflow

Specified by:
execute in interface Instruction