17
12/11
MSIL Instruction Set
Base Instructions Instruction Description Stack Transition 1 add add two values, returning a new value …, value1, value2à…, result 2 add.ovf.<signed> add integer value with overflow check …, value1, value2à…, result 3 and bitwise AND …, value1, value2 à…, result 4 arglist get argument list … à …, argListHandle 5 beq.<length> branch on equal …, value1, value2 à … 6 bge.<length> branch on g...