[Issue 6717] New: useless error message on wrong hexadecimal number format in inline asm

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 22 13:05:01 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6717

           Summary: useless error message on wrong hexadecimal number
                    format in inline asm
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: diagnostic
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: mrmocool at gmx.de


--- Comment #0 from Trass3r <mrmocool at gmx.de> 2011-09-22 13:04:33 PDT ---
void main()
{
    asm
    {
        mov AX,12h  ;
        int 10h     ;
    }
}

$ dmd test.d 
DMD v2.056 DEBUG
test.d(5): end of instruction

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list