go.arm64 icon indicating copy to clipboard operation
go.arm64 copied to clipboard

liblink: ANOP generates real nop instruction?

Open minux opened this issue 10 years ago • 0 comments

I think on all the other architectures, ANOP is just a placeholder, and to generate a real nop instruction, one must explicit write it out (e.g. XCHGL AX, AX on amd64)

minux avatar Feb 18 '15 05:02 minux