View Single Post
  #9 (permalink)  
Old 10-16-2007, 03:42 AM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 429
Credits: 29
Rep Power: 8
G_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura aboutG_Morgan has a spectacular aura about
Default

Quote:
Originally Posted by R-G View Post
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.
Reply With Quote