load_static

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

Load a static 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 static 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