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. |
ldc.i4 123456 // Load the number 123456
ldc.i4.s 10 // Load the number 10