User:Soumyasch/Incubator/CIL bytecode
Appearance
Common Intermediate Language bytecode is form of instructions that are run in the Common Language Infrastructure and in the .NET Framework. CIL is an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine. For a general introduction see Common Intermediate Language. This article describes the actual bytecodes.
CIL bytecodes
[edit]This section needs expansion. You can help by adding to it. (May 2010) |
See also
[edit]References
[edit]- CIL Instruction Set, Partition III, ECMA 335 Standard (CLI)