dioscuri.module.cpu
Class Instruction_JP_JPE

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

public class Instruction_JP_JPE
extends java.lang.Object
implements Instruction

Intel opcode 7A
Conditional short jump on parity / parity even.
Displacement is relative to next instruction.
Flags modified: none


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

Constructor Detail

Instruction_JP_JPE

public Instruction_JP_JPE()
Class constructor


Instruction_JP_JPE

public Instruction_JP_JPE(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Execute conditional short jump on parity / parity even

Specified by:
execute in interface Instruction