Linux assemblers: A comparison of GAS and NASM. A nice, clear overview of the differences between the two main forms of x86 assembly language: the older AT&T syntax (used as the default by Gas, the GNU Assembler) and the newer Intel syntax (used by NASM, the Netwide Assembler).