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 ?
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 ?