|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.cpu.Instruction_PUSHA
public class Instruction_PUSHA
Intel opcode 60
Push all general purpose registers onto stack SS:SP.
The order of the push is AX, CX, DX, BX, SP, BP, SI, DI
Flags modified: none
Constructor Summary | |
---|---|
Instruction_PUSHA()
Class constructor |
|
Instruction_PUSHA(CPU processor)
Class constructor specifying processor reference |
Method Summary | |
---|---|
void |
execute()
Pushes the words in all general purpose registers onto stack top SS:SP The order of the push is AX, CX, DX, BX, SP, BP, SI, DI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Instruction_PUSHA()
public Instruction_PUSHA(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 |