|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.core.InstructionSet
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 |
public InstructionSet()
| Method Detail |
public static InstrPrototype getPrototype(java.lang.String name)
getPrototype() method looks up the prototype for
the given instruction name and returns it.
name - the name (variant) of the instruction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||