NaVM.loadBytecode

loads bytecode

Overriding: this function must initialize _instructions, _args, _argIndex, _instIndex, _labelInstIndexes, _labelArgsIndexes, and _labelNames.

class NaVM
string[]
loadBytecode
(
NaBytecode code
)

Return Value

Type: string[]

[] on success, or errors in case of any

Meta