go tool asm
该命令可以将汇编文件编译成一个.o文件,后续这个.o文件可以用于生成.a归档文件,命令的file参数必须是汇编文件。
Usage:
go tool asm [flags] file
The specified file must be a Go assembly file. The same assembler is used
for all target operating systems and architectures. The GOOS and GOARCH
environment variables set the desired target.
最后编辑: kuteng 文档更新时间: 2022-07-29 14:34 作者:kuteng