On Tuesday, June 18, 2002, 9:33:55 PM, you (mailto:[EMAIL PROTECTED]) wrote:
> Okay, here are some tasks for the interested. They're all related (I 
> expect you'll see the pattern), but independent anyway.
[...]
> 5) .NET (same as #4, a link to a good reference is fine)

Couldn't find any specific MSIL tutorial or reference, however the following
should be useful:

MS' C#/CLR standardisation page: http://msdn.microsoft.com/net/ecma/ (includes
links to various PDF's of the (draft) standards.

The ECMA versions of the docs are available here (CLR):
http://www.ecma.ch/ecma1/STAND/ecma-335.htm and here (C#): 
http://www.ecma.ch/ecma1/STAND/ecma-334.htm

The EMCA CLR technical group: 
http://www.ecma.ch/ecma1/MEMENTO/TC39-G3.HTM#Programme%20of%20work:

More specifically, the MSIL opcodes are documented in the .NET Class library
class System.Reflection.Emit.OpCodes' fields:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemReflectionEmitOpCodesClassTopic.asp?frame=true

Also some information in the ILDasm (intermediate language disassembler
tutorial):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptutorials/html/il_dasm_tutorial.asp



-- 
Richard
mailto:[EMAIL PROTECTED]

Reply via email to