mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -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>