The following table lists the instruction's hexadecimal and Microsoft Intermediate Language (MSIL) assembly format, along with a brief reference summary:
15 |
ldc.i4.m1 |
Pushes -1 onto the stack. |
The stack transitional behavior, in sequential order, is:
[The 'ordered' type of list has not been implemented in the ECMA stylesheet.]This is a special short encoding for the push of the integer value 0. All special short encodings push 4 byte integers on the stack.
The following ILGenerator.Emit(OpCode) method overload can use the ldc.i4.m1 opcode:
ILGenerator.Emit(OpCode)