mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
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.
4 lines
232 B
Plaintext
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
|