Site Tools


Sidebar

Smart Card Solution

User Manual

JavaCard API Samples

Java Card Specification

Knowledge Sharing

javacard:jcvm:7.5.93_sload_n

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.

javacard/jcvm/7.5.93_sload_n.txt · Last modified: 2017/05/13 04:10 (external edit)