# Go assembler generator A generator of the internal assembler from the Go compiler, with import paths re-written for the assembler to be functional as a standalone library. Call it within go generate to produce the output in your tree. License as per the Go project. Tracking __Go 1.22.2__ Script adapted and updated from [github.com/twitchyliquid64/golang-asm](https://github.com/twitchyliquid64/golang-asm) into pure Golang