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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Trass3r <[email protected]> 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: -------