navm ~master (2021-06-26T03:33:24Z)
Dub
Repo
NaVM.execute
navm
navm
NaVM
starts execution from a label. Will do nothing if label invalid or doesnt exist
void
execute
(string labelName)
void
execute
(uinteger labelIndex)
class
NaVM
void
execute
(
uinteger
labelIndex
)
Meta
Source
See Implementation
navm
navm
NaVM
constructors
this
destructors
~this
functions
_readArg
_readArgArray
_writeArg
execute
loadBytecode
properties
instTable
labelNames
variables
_argIndex
_args
_instIndex
_instTable
_instructions
_labelArgIndexes
_labelInstIndexes
_labelNames
starts execution from a label. Will do nothing if label invalid or doesnt exist