1、PDF版本:http://www.deetc.isel.ipl.pt/programacao/psc/Docs/gnu-assembler.pdf
2、x86架构体系下的GAS介绍:http://en.wikibooks.org/wiki/X86_Assembly/GAS_Syntax
3、GAS官方在线文档:http://sourceware.org/binutils/docs/as/
4、GAS的Wiki网页:http://en.wikipedia.org/wiki/GNU_Assembler


这里要注意的是,在Linux的GNU Assembly中,函数名前面不需要增加额外的下划线,这个与Apple的汇编器不太一样,其它都差不多。

当然,基于x86或x86_64架构下的GNU Assembly中可以使用Intel语法来取代AT&T语法,而在LLVM的汇编器中已经不支持了。

相关文章:

  • 2021-05-29
  • 2021-11-22
  • 2021-11-25
  • 2021-09-01
  • 2021-06-09
  • 2021-10-29
  • 2021-11-10
  • 2022-01-17
猜你喜欢
  • 2022-02-24
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2021-12-30
  • 2021-12-26
相关资源
相似解决方案