[Nasm-bugs] [Bug 3392718] New: Intelligent sync mode seems to be non-functional

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Sun Oct 11 20:45:45 PDT 2020


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

            Bug ID: 3392718
           Summary: Intelligent sync mode seems to be non-functional
           Product: NASM
           Version: 2.15.xx
          Hardware: PC
                OS: Linux
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Disassembler
          Assignee: nobody at nasm.us
          Reporter: felix.von.s at posteo.de
                CC: chang.seok.bae at intel.com, gorcunov at gmail.com,
                    hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: From OS distribution

Passing the `-a` or `-i` switch to ndisasm seems to have no effect at all:

$ printf '\xeb\x01\xb8\x00\x00' | ndisasm -
00000000  EB01              jmp short 0x3
00000002  B80000            mov ax,0x0
$ printf '\xeb\x01\xb8\x00\x00' | ndisasm -i -
00000000  EB01              jmp short 0x3
00000002  B80000            mov ax,0x0
$ printf '\xeb\x01\xb8\x00\x00' | ndisasm -s 3 -
00000000  EB01              jmp short 0x3
00000002  B8                db 0xb8
00000003  0000              add [bx+si],al

Version: 2.15.05-1 (Debian package); though I recall this happening for quite
some time, and it isn’t distro-specific.

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