User:Soumyasch/Incubator/CIL bytecode
From Wikipedia, the free encyclopedia
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.
Contents |
[edit] CIL bytecodes
Please help improve this section by expanding it. Further information might be found on the talk page or at requests for expansion. |
[edit] See also
[edit] References
- CIL Instruction Set, Partition III, ECMA 335 Standard (CLI)