how to run / build golang asm file?

386 Views Asked by At

As I can compiling go file to asm using:

go tool compile -S hello.go > hello.s

But, how can I run / build this hello.s to binary file ?

0

There are 0 best solutions below