Page 1 of 1
Assembly and C
Posted: Tue Feb 24, 2004 5:58 am
by Straterra
I was wondering...does anyone know of any half-decent C compilers? I also need an Assembly compiler..Thanks!
Posted: Tue Feb 24, 2004 11:13 am
by ilovetoast
I use CodeWarrior compiler(s). I've used CodeWarrior for a long time and am very happy with the IDE as well. It isn't cheap as I'm sure you know. I've used others, but CodeWarrior is the best option I have found. There aren't many products at this price I would tout, but this is one.
The only Assembler I use is CodeWarrior. I once tinkered more with Assmeblers/Disassemblers, etc. back when I did work with the MAME project, but that was long ago and far away. Now I don't do much directly with Assemblers, and I find CW has all I ever need and more.
Sorry I couldn't rec. a free solution.
peace
Posted: Tue Feb 24, 2004 11:24 am
by llimllib
gcc is an excellent C compiler. To download it for windows, get
cygwin. For assembly, I see a lot of people using
NASM. Both are free and open source.
Posted: Thu Feb 26, 2004 1:14 pm
by eletrium
Did you want just the compiler? gcc is fine then. Do you want a full blown IDE and debugger? Cause that answer is much more complex and really comes down to what you're used to using.