AS86: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
No edit summary
Line 3: Line 3:
==See Also==
==See Also==
===Articles===
===Articles===
* [[Gas]]
* [[GAS]]
* [[AS86]]
*[[Assembly]]
*[[Assembly]]
*[[Tool Comparison]]
*[[Tool Comparison]]
*[[MASM]]
*[[MASM]]
*[[Wikibooks:X86 Assembly/MASM Syntax|MASM Syntax]] - Wikibook
*[[Wikipedia:GNU Assembler|GNU Assembler]] - Wikipedia
*[[Wikibooks:X86 Assembly/GAS Syntax|GAS Syntax]] - Wikibook


===External Links===
===External Links===

Revision as of 14:59, 27 May 2014

AS86 is a lesser-known GNU assembler, which uses the Intel syntax rather than the AT&T syntax more common amongst Unix-based assemblers. Despite being less well known, it is very similar to the more common assemblers in terms of its functionality. It differs in that there is little requirement for so-called "red tape" at the start of a source file, although there is limited support for macros (most notably jmp $ fails).

See Also

Articles

External Links