0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00
Files
nasm/travis/test/vex2.stderr
H. Peter Anvin 2469b8b66e Add {rex} prefix, simplify prefix handling, better error messages
Add a {rex} prefix to force REX encoding (typically a redundant 40h
prefix).

For prefix parsing, we can use t_inttwo to encode the prefix slot
number.

Give more verbose error messages for encoding mismatches.
2021-04-27 11:37:42 -07:00

4 lines
232 B
Plaintext

./travis/test/vex.asm:35: error: instruction not encodable with {rex} prefix
./travis/test/vex.asm:36: error: instruction not encodable with {vex} prefix
./travis/test/vex.asm:37: error: instruction not encodable with {vex3} prefix