NaInstruction.this
- this(string name, integer code, void delegate() pointer)
- this(string name, integer code, integer popCount, integer pushCount, void delegate() pointer)
- this(string name, integer code, bool needsArg, integer popCount, integer pushCount, void delegate() pointer)
- this(string name, integer code, bool needsArg, bool argIsJumpPos, integer popCount, integer pushCount, void delegate() pointer)
navm bytecode NaInstruction
constructorsfunctionsvariables
constructor, for instruction with no arg, no push/pop