View Full Version : Any assembly programmers out there?
aurora 11-19-2003, 10:51 PM Once a very long time ago I used to do alot of assembly programming but have not really touched it all that much in the past few (dozen) years. I have current versions of the MASM and NASM compilers. I know that there a couple others out there as well. Which compiler would you/do you recommend for using for a intel/pentium chipset compiling?
|
|
Array
11-19-2003, 11:11 PM
Masm seems fine...even though the latest version is from 1996 or so. I think Intel may have their own compiler.
UrbanFuturistic
11-20-2003, 05:55 AM
Most, if not all, assembler compiling is integrated into the main C++ compilers these days so a) C/C++ can be compiled against assembler libraries without hassle and b) coders can just drop in assembler instructions amongst their higher-level code.
IIRC you have to prefix every line with ASM .
Intel compiler for windows platforms (http://downloadfinder.intel.com/scripts-df/Product_Filter.asp?ProductID=906)
and for Linux (http://downloadfinder.intel.com/scripts-df/Product_Filter.asp?ProductID=905)
regards, Paul
aurora
11-20-2003, 01:12 PM
Thanks for the replies guys. I have been playing with MASM and will probably stay with it unless someone mentions something better. odubtaig, thats the way I usually run assembly code but this time I need pure unadulterated assembly.
CGTalk Moderation
01-16-2006, 05:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.