https://github.com/bastianblokland/cil-playground-dotnet
Playground to learn CIL programming
https://github.com/bastianblokland/cil-playground-dotnet
Last synced: 6 months ago
JSON representation
Playground to learn CIL programming
- Host: GitHub
- URL: https://github.com/bastianblokland/cil-playground-dotnet
- Owner: BastianBlokland
- Created: 2019-08-03T13:28:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T20:43:01.000Z (over 5 years ago)
- Last Synced: 2025-02-13T22:44:39.487Z (8 months ago)
- Language: Shell
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CIL Playground
Playground to learn cil programming.
References:
* [Wiki](https://en.wikipedia.org/wiki/Common_Intermediate_Language)
* [Il opcode docs](https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes.br)
* [ECMA Spec](https://www.ecma-international.org/publications/standards/Ecma-335.htm)
* [Cil Programming by Jason Bock](https://www.amazon.com/CIL-Programming-Under-Hood-NET/dp/1590590414)