
Some useful reference material for programming with GAS


Linux assemblers: A comparison of GAS and NASM
http://www.ibm.com/developerworks/library/l-gas-nasm.html

Using 'as': GNU Assembler Reference
http://sourceware.org/binutils/docs-2.17/as/index.html
alt
http://www.gnu.org/software/binutils/manual/gas-2.9.1/html_chapter/as_toc.html

Intel Architecture Software developer's manual Vol 2
http://developer.intel.com/design/pentiumii/manuals/243191.htm

Freebasic (comes with AS and LD)
http://www.freebasic.net
