mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
The assembler can't know if something is a colonless label or a misspelled instruction, so print both when complaining about a missing instruction. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
6 lines
98 B
NASM
6 lines
98 B
NASM
%use vtern
|
|
|
|
bits 64
|
|
|
|
vptermlogd zmm3, zmm4, zmm5, (A|b)&C
|
|
vpternlogq zmm3, zmm4, zmm5, (a|B)&c
|