org.zmpp.vm
Interface Instruction

All Known Implementing Classes:
AbstractInstruction, LongInstruction, PrintLiteralInstruction, Short0Instruction, Short1Instruction, VariableInstruction

public interface Instruction

This interface defines an instruction's public methods.

Version:
1.0
Author:
Wei-ju Wu

Method Summary
 void execute()
          Execute the instruction.
 

Method Detail

execute

void execute()
Execute the instruction.



Copyright © 2005 . All Rights Reserved.