dioscuri.module.cpu
Class Instruction_LOOPE_LOOPZ_Jb

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

public class Instruction_LOOPE_LOOPZ_Jb
extends java.lang.Object
implements Instruction

Intel opcode E1
Loop while CX is not zero and ZF == 1, performing short jump indicated by immediate signed byte.
Displacement is relative to next instruction.
Flags modified: none


Constructor Summary
Instruction_LOOPE_LOOPZ_Jb()
          Class constructor
Instruction_LOOPE_LOOPZ_Jb(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Loop while CX is not zero and ZF == 1, performing short jump indicated by immediate signed byte
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_LOOPE_LOOPZ_Jb

public Instruction_LOOPE_LOOPZ_Jb()
Class constructor


Instruction_LOOPE_LOOPZ_Jb

public Instruction_LOOPE_LOOPZ_Jb(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Loop while CX is not zero and ZF == 1, performing short jump indicated by immediate signed byte

Specified by:
execute in interface Instruction