avrora.core
Class InstructionSet

java.lang.Object
  extended byavrora.core.InstructionSet

public class InstructionSet
extends java.lang.Object

The InstructionSet class contains static methods that allow the instruction set of the AVR microcontroller to be accessed from one place.


Constructor Summary
InstructionSet()
           
 
Method Summary
static InstrPrototype getPrototype(java.lang.String name)
          The getPrototype() method looks up the prototype for the given instruction name and returns it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstructionSet

public InstructionSet()
Method Detail

getPrototype

public static InstrPrototype getPrototype(java.lang.String name)
The getPrototype() method looks up the prototype for the given instruction name and returns it.

Parameters:
name - the name (variant) of the instruction
Returns:
an instruction prototype instance corresponding to that variant of the instruction