mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
If the shift amount is known, there is really no reason why we can't accept "ROLX" as an alias for "RORX" with a modified shift operand. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>