mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
Not all registers are valid as memory references, and thus using RM_ZERO is incorrect. Use RN_ZERO instead, which is simply the zero-register bit. Fixes: https://github.com/netwide-assembler/nasm/issues/140 Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>