|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_PUSH_Ib
public class Instruction_PUSH_Ib
Intel opcode 6A
Push immediate byte onto stack SS:SP.
NOTE: Since only words can be popped from the stack, the word {0x00, Ib} is
pushed on the stack
This may be a wrong asumption as nowhere is documented what MSB of word has
to be!! Flags modified: none
Constructor Summary | |
---|---|
Instruction_PUSH_Ib()
Class constructor |
|
Instruction_PUSH_Ib(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Pushes the immediate word 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_Ib()
public Instruction_PUSH_Ib(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 |