Assembly: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
No edit summary
Line 35:
The two most widely used assemblers nowadays are [[gas]] (AT&T or Intel syntax) and [[NASM]] (Intel syntax). There is also [[fasm]] (Intel syntax). See [[Tool Comparison]] for comparisons between common OSDev tools such as these.
 
==RelatedSee LinksAlso==
===Articles===
*[[Inline Assembly]]
===External Links===
*[http://www.gnu.org/software/binutils/ GNU Binutils] - An open source collection of software including the GNU assembler (gas)
*[http://www.gnu.org/software/binutils/manual/gas-2.9.1/ gas manual] - Official manual for the GNU assembler (gas)
*[http://sourceforge.net/projects/nasm NASM] - sourceforge.net project site for NASM
 
 
===Recommended Reading===
*[[wikibooks:X86_Assembly|x86_Assembly]] - A wikibook on writing assembly for x86 based PCs