load_virtual

fun load_virtual(address: Int): Boolean(source)

Load a virtual variable The address int should point to an utf8 constant pool entry

Specification

Since

0.1.0

Parameters

address

The address of the variable to load


Load a virtual variable The address int should point to an utf8 constant pool entry

Specification

Return

A placeholder for the address of the variable to load

Since

0.1.0