dioscuri.module.cpu
Class Instruction_JNBE_JA

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

public class Instruction_JNBE_JA
extends java.lang.Object
implements Instruction

Intel opcode 77
Conditional short jump not carry and not zero.
Displacement is relative to next instruction.
Flags modified: none


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

Constructor Detail

Instruction_JNBE_JA

public Instruction_JNBE_JA()
Class constructor


Instruction_JNBE_JA

public Instruction_JNBE_JA(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Execute conditional short jump not carry and not zero

Specified by:
execute in interface Instruction