[Nasm-bugs] [Bug 3392747] git nasm: bitshift left by 1 (<< 1) in %assign appears to shift right

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Wed Mar 24 13:36:09 PDT 2021


https://bugzilla.nasm.us/show_bug.cgi?id=3392747

--- Comment #4 from C. Masloch <pushbx at ulukai.org> ---
https://github.com/netwide-assembler/nasm/blob/5368e4579403daaf6c12165eb857893f8acfc7f8/asm/preproc.c#L1613

This is the culprit. It should set TOKEN_SHL but says TOKEN_SHR.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Nasm-bugs mailing list