jnz

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

Jump to the given address if the top variable byte on the stack is not 0

Specification

Since

0.1.0

Parameters

address

The address to jump to


Jump to the given address if the top variable byte on the stack is not 0

Specification

Return

A placeholder for the address to jump to

Since

0.1.0