|
|
Subject:
Windows assembly
Category: Computers > Programming Asked by: trent44-ga List Price: $6.00 |
Posted:
29 Apr 2003 23:40 PDT
Expires: 29 May 2003 23:40 PDT Question ID: 197344 |
How many versions of assembly are thier for windows? | |
|
|
There is no answer at this time. |
|
Subject:
Re: Windows assembly
From: popsracer-ga on 30 Apr 2003 03:23 PDT |
There are three main assemblers that are still avaliable that can be used to make programs for MS Windows. MASM - Macro Assembler from Microsoft, bundled with Microsoft Visual C++ http://www2.dgsys.com/~raymoon/faq/masm.txt TASM - Turbo Assembler from Borland, bundled with Borland C++ bulider http://www2.dgsys.com/~raymoon/faq/tasm.html Once these products were seperate products. The decline in popularity of Assembly Language has resulted in them being bundled with C/C++ compliers. The other popular assembler is A86/386 - A free assembler avaliable at http://eji.com/a86/index.htm It is possible to use GAS the GNU Assembler with MS Windows but it is a bit of a hassle to do so. Additionally most C and C++ compliers (as well as compliers for some other languages) allow you to inline assembly language into them. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |