Site Tools


Sidebar

Smart Card Solution

User Manual

JavaCard API Samples

Java Card Specification

Knowledge Sharing

javacard:jcvm:7.5.43_ifnull

7.5.43 ifnull

Branch if reference is null

Format

ifnull

branch

Forms

ifnull = 102 (0x66)

Stack

…, value → …

Description

The value must be of type reference. It is popped from the operand stack. If the value is null, branch is used as signed 8-bit offset, and execution proceeds at that offset from the address of the opcode of this ifnull instruction. The target address must be that of an opcode of an instruction within the method that contains this ifnull instruction.

Otherwise, execution proceeds at the address of the instruction following this ifnull instruction.

javacard/jcvm/7.5.43_ifnull.txt · Last modified: 2017/05/13 04:11 (external edit)