Uses of Class
org.zmpp.vm.AbstractInstruction

Packages that use AbstractInstruction
org.zmpp.vm This package contains the base structures for the Z machine, e.g. 
 

Uses of AbstractInstruction in org.zmpp.vm
 

Subclasses of AbstractInstruction in org.zmpp.vm
 class LongInstruction
          This class represents instructions of type LONG, 2OP.
 class PrintLiteralInstruction
          This class implements the print and print_ret instructions.
 class Short0Instruction
          This class represents instructions of type SHORT, 0OP.
 class Short1Instruction
          This class represents instructions of type SHORT, 1OP.
 class VariableInstruction
          This class represents instructions of type VARIABLE.
 

Methods in org.zmpp.vm that return AbstractInstruction
 AbstractInstruction InstructionDecoder.decodeInstruction(int instructionAddress)
          Decode the instruction at the specified address.
 



Copyright © 2005 . All Rights Reserved.