diff --git a/source/navm/navm.d b/source/navm/navm.d index d16f366..a1908d8 100644 --- a/source/navm/navm.d +++ b/source/navm/navm.d @@ -327,7 +327,10 @@ public: } return []; } - + /// a copy of the instructions table + @property NaInstruction[] instructionTable(){ + return _instructionTable.dup; + } /// Adds a new instruction /// /// Returns: true on success, false if not (pointer might be null, code might be already in use, name might already be in use)