NaInst

stores an data about available instruction

Constructors

this
this(string name, uinteger code, NaInstArgType[] arguments)

constructor

this
this(string name, NaInstArgType[] arguments)

constructor

Members

Variables

arguments
NaInstArgType[] arguments;

what type of arguments are expected

code
ushort code;

value when read as a ushort;

name
string name;

name of instruction, **in lowercase**

Meta