Site Tools


Sidebar

Smart Card Solution

User Manual

JavaCard API Samples

Java Card Specification

Knowledge Sharing

javacard:jcvm:7.5.102_sspush

7.5.102 sspush

Push short

Format

sspush

byte1

byte2

Forms

sspush = 17 (0x11)

Stack

… → …, value

Description

The immediate unsigned byte1 and byte2 values are assembled into a signed short where the value of the short is (byte1 « 8) | byte2. The resulting value is pushed onto the operand stack.

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