dioscuri.module.cpu
Class Instruction_PUSH_BP

java.lang.Object
  extended by dioscuri.module.cpu.Instruction_PUSH_BP
All Implemented Interfaces:
Instruction

public class Instruction_PUSH_BP
extends java.lang.Object
implements Instruction

Intel opcode 55
Push general register BP onto stack SS:SP.
Flags modified: none


Constructor Summary
Instruction_PUSH_BP()
          Class constructor
Instruction_PUSH_BP(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          This pushes the word in BP 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

Instruction_PUSH_BP

public Instruction_PUSH_BP()
Class constructor


Instruction_PUSH_BP

public Instruction_PUSH_BP(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
This pushes the word in BP onto stack top SS:SP

Specified by:
execute in interface Instruction