dioscuri.module.cpu
Class Instruction_ENTER_IwIb

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

public class Instruction_ENTER_IwIb
extends java.lang.Object
implements Instruction

Intel opcode C8
ENTER - Make Stack Frame for Procedure Parameters.
Flags modified: none


Constructor Summary
Instruction_ENTER_IwIb()
          Class constructor
Instruction_ENTER_IwIb(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          ENTER - Make Stack Frame for Procedure Parameters.
Takes care of nesting level (0, 1 or higher)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_ENTER_IwIb

public Instruction_ENTER_IwIb()
Class constructor


Instruction_ENTER_IwIb

public Instruction_ENTER_IwIb(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
ENTER - Make Stack Frame for Procedure Parameters.
Takes care of nesting level (0, 1 or higher)

Specified by:
execute in interface Instruction