Tool Comparison: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m →‎x86 Assemblers: modified due to NASM release 2.0
m fixup link
Line 63:
{{note|1}} using .intel_syntax directive. Several opcodes will still use the AT&T name.
 
{{note|2}} While GAS normally writes only "pure" 32-bit i386 code, it has limited support for writing code to run in real mode or in 16-bit protected mode code segments. See [[http://www.gnusourceware.org/software/binutils/manual/gas-2.9.1docs/html_chapteras/as_16i386_002d16bit.html#SEC205i386_002d16bit Here]]
 
{{note|3}} You have to choose the instruction set at compile time. GAS can not assemble for more than one operating mode at a time