NaInstTable.getInstruction

Finds the instruction with matching code

  1. NaInst getInstruction(ushort code)
    class NaInstTable
    getInstruction
    (
    ushort code
    )
  2. integer getInstruction(string name, NaInstArgType[] arguments)

Return Value

Type: NaInst

the instruction.

Throws

Exception if doesnt exist

Meta