develooper Front page | perl.perl6.internals | Postings from June 2002

Re: Tasks for the interested

Thread Previous | Thread Next
From:
Richard J Cox
Date:
June 23, 2002 09:50
Subject:
Re: Tasks for the interested
Message ID:
8229757343.20020623090912@cix.co.uk
On Tuesday, June 18, 2002, 9:33:55 PM, you (mailto:dan@sidhe.org) 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:rjcox@cix.co.uk


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About