Site Tools


Sidebar

Smart Card Solution

User Manual

JavaCard API Samples

Java Card Specification

Knowledge Sharing

javacard:jcvm:7.5.104_sstore_n

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.

javacard/jcvm/7.5.104_sstore_n.txt · Last modified: 2017/05/13 04:12 (external edit)