==== 7.5.103 sstore ==== Store short into local variable Format sstore index Forms sstore = 41 (0x29) Stack ..., value -> ... Description The index is an unsigned byte that must be a valid index into the local variables of the current frame ([[3.5_Frames| 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 index is set to value.