[Nasm-bugs] [Bug 3392390] New: BITS 64 -- error: impossible combination of address sizes

no-reply at bugzilla-nasm.gorcunov.org no-reply at bugzilla-nasm.gorcunov.org
Mon Mar 27 02:30:39 PDT 2017


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

            Bug ID: 3392390
           Summary: BITS 64 -- error: impossible combination of address
                    sizes
           Product: NASM
           Version: unspecified
          Hardware: All
                OS: All
            Status: OPEN
          Severity: blocker
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: nms at otdel-1.org
                CC: gorcunov at gmail.com, hpa at zytor.com, nasm-bugs at nasm.us

Script started on Mon Mar 27 12:20:52 2017

sh-3.2$ ~/bin/nasm -v
NASM version 2.13rc8 compiled on Mar 25 2017
sh-3.2$ ~/bin/nasm -l 0.lst b64.nasmb
b64.nasmb:2: error: impossible combination of address sizes
sh-3.2$ cat b64.nasmb
        BITS    64
        mov     rax, [rsi]
sh-3.2$ /usr/local/bin/nasm -v
NASM version 2.12.02 compiled on Sep 14 2016
sh-3.2$ /usr/local/bin/nasm -l 0.lst b64.nasmb
sh-3.2$ cat 0.lst
     1                                          BITS    64
     2 00000000 488B06                          mov     rax, [rsi]
sh-3.2$ exit

Script done on Mon Mar 27 12:22:19 2017

-- 
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