Where to get the .s file with correct format as input of 'go tool asm'

Hello,

I am new in GO and i want to modify the assembly .s file to check something.

  • what is the correct format of go’s .s file as input of ‘go tool asm’? it give me error when I pass the output of ‘go tool compile’ with -S option.

Please let me know if you need more details on this.
Thanks in advance.

Regards & Keep Smiling,
Xuan

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.