navm v1.1.1 (2021-02-07T12:21:04Z)
Dub
Repo
NaBytecode.addInstruction
navm
bytecode
NaBytecode
appends an instruction
bool
addInstruction
(string instName, string argument, string error)
class
NaBytecode
bool
addInstruction
(
string
instName
,
string
argument
,
ref
string
error
)
bool
addInstruction
(string instName, string argument)
Return Value
Type:
bool
true if successful, false if not (writes error in
error
)
Meta
Source
See Implementation
navm
bytecode
NaBytecode
constructors
this
destructors
~this
functions
addBookmark
addInstruction
addInstructionToTable
addJumpPos
bookmarkRelIndex
getArgumentsNaData
getBytecodeCodes
getBytecodePointers
getBytecodePretty
hasInstruction
readByteCode
removeBookmark
resolve
properties
elementCount
appends an instruction