7.5.93 sload_<n>

Load short from local variable

Format

sload_

Forms

sload_0 = 28 (0x1c) sload_1 = 29 (0x1d) sload_2 = 30 (0x1e) sload_3 = 31 (0x1f)

Stack

… → …, value

Description

The must be a valid index into the local variables of the current frame ( Section 3.5, Frames). The local variable at must contain a short. The value in the local variable at is pushed onto the operand stack.

Notes

Each of the sload_ instructions is the same as sload with an index of , except that the operand is implicit.