|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_PUSH_BX
public class Instruction_PUSH_BX
Intel opcode 53
Push general register BX onto stack SS:SP.
Flags modified: none
Constructor Summary | |
---|---|
Instruction_PUSH_BX()
Class constructor |
|
Instruction_PUSH_BX(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
This pushes the word in BX onto stack top SS:SP |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_PUSH_BX()
public Instruction_PUSH_BX(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 |