Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 472 Bytes

vi.c.4.4-instructions-that-take-a-single-32-bit-integer-argument.md

File metadata and controls

20 lines (15 loc) · 472 Bytes

VI.C.4.4 Instructions that take a single 32-bit integer argument

These instructions take one operand, which must be a 32-bit integer.

<instr> ::=
<instr_i> <int32>
<instr_i> ::= Derived from opcode.def
ldc.i4
| ldc.i4.s
| unaligned.

Examples:

ldc.i4 123456    // Load the number 123456
ldc.i4.s 10      // Load the number 10