Hacker News new | ask | show | jobs
by mmcloughlin 2718 days ago
Only a small number of instructions in Go assembly are architecture neutral.

avo currently implements the x86 subset of Go assembler. It's definitely possible to add support for additional architectures, but it may be a fairly significant project.