You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aSystem.Reflection.Emit.OpCode
enumeration.The text was updated successfully, but these errors were encountered: