store_static

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

Store a static variable The address int should point to an utf8 constant pool entry The value should be on the stack

Specification

Since

0.1.0

Parameters

address

The address of the variable to store

See also


Store a static variable The address int should point to an utf8 constant pool entry The value should be on the stack

Specification

Return

A placeholder for the address of the variable to store

Since

0.1.0

See also