Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
what is assembly writing ? How to do ?
Posted
Comments
Ed Nutting 2-Sep-12 14:30pm    
Please search Google or use MSDN. This is far too broad a question and there is plenty of material on the internet to answer this (in many languages!). (By "assembly" do you mean Assembler Language or (judging from your C# tag) you mean creating Libraries - search C# Libraries. This tutorial may help you a bit: http://msdn.microsoft.com/en-us/library/aa288466(v=vs.71).aspx)

Ed
bbirajdar 2-Sep-12 14:34pm    
Sorry guy, but neither me nor google have heard of the term 'assembly writing' before today..

1 solution

If you mean assembly language, it's (an old) very low level language. The benefit is to have exremely good control over the program and how the processor executes the instructions. The downside typically is that it's tied to the processor architecture.

To read more, visit Assembly language[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900