NaVM.addInstruction

Adds a new instruction

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

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