|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_LOOP_Jb
public class Instruction_LOOP_Jb
Intel opcode E2
Loop while CX is not zero, performing short jump indicated by immediate
signed byte.
Displacement is relative to next instruction.
Flags modified: none
Constructor Summary | |
---|---|
Instruction_LOOP_Jb()
Class constructor |
|
Instruction_LOOP_Jb(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Loop while CX is not zero, 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 |
---|
public Instruction_LOOP_Jb()
public Instruction_LOOP_Jb(CPU processor)
processor
- Reference to CPU classMethod Detail |
---|
public void execute()
execute
in interface Instruction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |