Ilasm programing

  • Thread starter Thread starter masoud moosavi
  • Start date Start date
M

masoud moosavi

hello,
please give me the syntax of the ilasm language programmin,or write a
simple program ,
thanks a lot
 
masoud said:
hello,
please give me the syntax of the ilasm language programmin,or write a
simple program ,
thanks a lot

I think that the best thing that you can do is to write a short program
in any .NET language, compile it, and use ildasm to disassemble it. That
will give you the IL code for a program that you already know what it does.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top