Site Tools


Sidebar

Smart Card Solution

User Manual

JavaCard API Samples

Java Card Specification

Knowledge Sharing

javacard:jcvm:7.5.103_sstore

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 ( 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.

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