naggum
naggum copied to clipboard
CIL instruction support
Naggum.Assembler should fully support all of the available CIL instructions (with the possible exception of the .no instruction prefix). See ECMA-335 standard for the reference - there are many instructions! Maybe we'll generate most of them with some simple generator from list of their names and known definitions inside of a System.Reflection.Emit.OpCode enumeration.