dioscuri.module.cpu
Class Instruction_CALL_Jv

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

public class Instruction_CALL_Jv
extends java.lang.Object
implements Instruction

Intel opcode E8
Call to procedure within the current code segment (intrasegment call) indicated by immediate signed word.
Displacement is relative to next instruction.
Flags modified: none


Constructor Summary
Instruction_CALL_Jv()
          Class constructor
Instruction_CALL_Jv(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Execute call to procedure indicated by immediate signed word
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_CALL_Jv

public Instruction_CALL_Jv()
Class constructor


Instruction_CALL_Jv

public Instruction_CALL_Jv(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Execute call to procedure indicated by immediate signed word

Specified by:
execute in interface Instruction