==== 7.5.92 sload ==== Load short from local variable Format sload index Forms sload = 22 (0x16) 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 local variable at index must contain a short. The value in the local variable at index is pushed onto the operand stack.