便携式 GNU 汇编程序。 主要用于汇编 gcc 的输出以供 ld 使用。 更多信息:https://keith.github.io/xcode-man-pages/as.1.html.
gcc
ld
as {{路径/到/文件.s}}
as {{路径/到/文件.s}} -o {{路径/到/输出.o}}
as -f {{路径/到/文件.s}}
as -I {{目标文件夹}} {{路径/到/文件.s}}