Quote:
Originally Posted by R-G
Not bad, Jordan. I'm interested on some statements of you. What Assemblers do you people prefer out there.
Any comment is welcome.
|
I used to use NASM until I gave up with Intel (correct) syntax ASM and started using the funny AT&T one to fit in better with GCC. Of course you don't have to use GCC style ASM to use GCC (once you've got an elf binary it doesn't care which ASM it was coded in) but it's nice to be able to read GCC's ASM output.