JNZ

const val JNZ: Byte(source)

Jump to an address if there is not a zero on top of the stack (takes the top byte value and jumps if it is 1)

Value: 0x82

Specification