mmcloughlin / avo

Generate x86 Assembly with Go
BSD 3-Clause "New" or "Revised" License
2.72k stars 89 forks source link

internal/opcodesextra: add PCALIGN pseudo-op #420

Open mmcloughlin opened 9 months ago

mmcloughlin commented 9 months ago

Add the PCALIGN psuedo-op which will be officially documented from Go 1.22.

https://tip.golang.org/doc/asm#special-instructions

Closes #419 See golang/go#64283