NaVM.addInstruction

Adds a new instruction

  1. bool addInstruction(NaInstruction instruction, string error)
    class NaVM
    bool
    addInstruction
  2. bool addInstruction(NaInstruction instruction)

Return Value

Type: bool

true on success, false if not (pointer might be null, code might be already in use, name might already be in use)

Meta