[Nasm-bugs] [Bug 3392442] New: ~80h as byte immediate warns for "byte data exceeds bounds"

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Sat Oct 7 01:47:28 PDT 2017


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

            Bug ID: 3392442
           Summary: ~80h as byte immediate warns for "byte data exceeds
                    bounds"
           Product: NASM
           Version: 2.13.xx
          Hardware: All
                OS: All
            Status: OPEN
          Severity: annoyance
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: pushbx at 38.de
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Binary from nasm.us

$ nasm -v
NASM version 2.13.02rc2 compiled on Sep 27 2017
$ cat test.asm 
and byte [0], ~80h
$ nasm test.asm 
test.asm:1: warning: byte data exceeds bounds [-w+number-overflow]
$ 

Expected: No warning.

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


More information about the Nasm-bugs mailing list