yasm

来源:互联网 发布:软件系统流程图怎么画 编辑:程序博客网 时间:2024/05/20 16:37

Yasm is a complete rewrite of the NASM assembler. It supports multiple
assembler syntaxes (eg, NASM, GAS, etc.) in addition to multiple
output object formats (binary objects, COFF, Win32, ELF32, ELF64) and
even multiple instruction sets (including AMD64). It also has an
optimiser module.

把一个source.asm编译成object.o的用法:

yasm -f elf -o object.o source.asm

原创粉丝点击