dioscuri.module.cpu
Class Instruction_BOUND_GvMa

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

public class Instruction_BOUND_GvMa
extends java.lang.Object
implements Instruction

Intel opcode 62
Check array index against bounds.
Flags modified: none


Constructor Summary
Instruction_BOUND_GvMa()
          Class constructor
Instruction_BOUND_GvMa(CPU processor)
          Class constructor specifying processor reference
 
Method Summary
 void execute()
          Check array index against bounds.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instruction_BOUND_GvMa

public Instruction_BOUND_GvMa()
Class constructor


Instruction_BOUND_GvMa

public Instruction_BOUND_GvMa(CPU processor)
Class constructor specifying processor reference

Parameters:
processor - Reference to CPU class
Method Detail

execute

public void execute()
Check array index against bounds.

Specified by:
execute in interface Instruction