Y
Hacker News
new
|
ask
|
show
|
jobs
by
fwessels
3616 days ago
The Golang assembly does not support all instructions, we've created a tool (see
https://github.com/minio/asm2plan9s
) to assist in translating instructions into their opcode equivalents.
1 comments
chewxy
3616 days ago
Damn. That's neat. I wrote my own python script to translate whatever `as` spits out into BYTE $.... your tool'd have been neat when I wrote this
http://blog.chewxy.com/2016/07/25/on-the-memory-alignment-of...
link
fwessels
3616 days ago
Nice blog, and the tool would have helped indeed.
And also, memory allocation is not the most obvious topic in Go/Golang assembly...
link