> Last Version of Go Compiler doing Generate `ASM Code` and next Linker... and > make final binary output file for they platform?
The modern Go compilers (https://golang.org/cmd/compile/, gccgo) do not generate "ASM Code" unless an appropriate flag is presented to them. For the "compile" tool (go tool compile) that flag is -S. For gccgo, I believe it is -S too. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.