7.5.104 sstore_<n>

Store short into local variable

Format

sstore_

Forms

sstore_0 = 47 (0x2f) sstore_1 = 48 (0x30) sstore_2 = 49 (0x31) sstore_3 = 50 (0x32)

Stack

…, value → …

Description

The must be a valid index into the local variables of the current frame ( Section 3.5, Frames). The value on top of the operand stack must be of type short. It is popped from the operand stack, and the value of the local variable at is set to value.