Couldn't he have compiled his go code with assembly output and edited the resulting file? Wouldn't that have saved a lot of struggle with the format? go tool compile -S -S file.go
Sure, but that ruins the fun :)
21–21 of 21 posts
Couldn't he have compiled his go code with assembly output and edited the resulting file? Wouldn't that have saved a lot of struggle with the format? go tool compile -S -S file.go