mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
The use of $ prefixes for hexadecimal numbers conflicts with the use of $ to escape symbols. Add a directive to disable $ for hexadecimal numbers so that those escapes work OK. As a result, allow escaped symbols to start with a digit. Add a warning that this syntax is deprecated. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>