asm
asm copied to clipboard
amd64 (x86-64) assembler written in Go
Results
1
asm issues
Sort by
recently updated
recently updated
newest added
Hi @crawshaw. `i64.Imm(uint8(6))` longer than `i64.Imm8(6)` and need type switch (performance cost). Why not i64.Imm8(),i64.Imm16()、i64.Imm32() and i64.Imm64() ? They are shorter、faster and strong type.