jne

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

Jump to the given address if the comparison result was not equal to

Specification

Since

0.1.0

Parameters

address

The address to jump to


Jump to the given address if the comparison result was not equal to

Specification

Return

A placeholder for the address to jump to

Since

0.1.0