https://issues.dlang.org/show_bug.cgi?id=12971
Issue ID: 12971
Summary: DMD inline asm outputs wrong AND instruction
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: major
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
asm {
naked;
AND SIL, 1;
}
Gets translated to
and DH, 1;
--
