YASM

From OSDev.wiki
Revision as of 04:11, 16 September 2007 by osdev>Yayyak (added category 'Assemblers')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Yasm Modular Assembler is a relatively new assembler built with the intention to support many instruction sets and syntax formats. At the moment it can assemble intel syntax and AT&T syntax and has support for 64 bit instructions, and is almost fully compatible with both NASM and GAS.

See Also

Articles

External Links