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