List of CIL instructions
   HOME

TheInfoList



OR:

This is a list of the instructions in the instruction set of the Common Intermediate Language bytecode. * '' Opcode'' abbreviated from operation code is the portion of a machine language instruction that specifies the operation to be performed. * ''Base instructions'' form a
Turing-complete In computability theory, a system of data-manipulation rules (such as a computer's instruction set, a programming language, or a cellular automaton) is said to be Turing-complete or computationally universal if it can be used to simulate any ...
instruction set. * ''Object model instructions'' provide an implementation for the
Common Type System In Microsoft's .NET Framework, the Common Type System (CTS) is a standard that specifies how type definitions and specific values of types are represented in computer memory. It is intended to allow programs written in different programming langu ...
.


See also

*
Common Intermediate Language Common Intermediate Language (CIL), formerly called Microsoft Intermediate Language (MSIL) or Intermediate Language (IL), is the intermediate language binary instruction set defined within the Common Language Infrastructure (CLI) specification. ...
is the assembly language that uses the instruction set. * Common Language Infrastructure is the standard in which the Common Intermediate Language is defined. *
.NET Framework The .NET Framework (pronounced as "''dot net"'') is a proprietary software framework developed by Microsoft that runs primarily on Microsoft Windows. It was the predominant implementation of the Common Language Infrastructure (CLI) until bein ...
is a platform and implementation of the Common Language Infrastructure. *
Mono Mono may refer to: Common meanings * Infectious mononucleosis, "the kissing disease" * Monaural, monophonic sound reproduction, often shortened to mono * Mono-, a numerical prefix representing anything single Music Performers * Mono (Japanese b ...
is a cross-platform open-source implementation of the Common Language Infrastructure.


References


CIL Instruction Set at C# Online.NET (CSharp-Online.NET)

ECMA - CIL Instruction Set - Page 321 (ECMA-335.pdf)
{{Common Language Infrastructure Common Language Infrastructure Instruction set listings