mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -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>
7 lines
98 B
NASM
7 lines
98 B
NASM
%use vtern
|
|
|
|
bits 64
|
|
|
|
vptermlogd zmm3, zmm4, zmm5, (A|b)&C
|
|
vpternlogq zmm3, zmm4, zmm5, (a|B)&c
|