http://d.puremagic.com/issues/show_bug.cgi?id=9964
Summary: R12 Can't Be Dereferenced In Inline Assembler
Product: D
Version: D1 & D2
Platform: All
OS/Version: All
Status: NEW
Keywords: rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from David Simcha <[email protected]> 2013-04-19 12:29:03 PDT ---
void main() {
asm {
mov RAX, [R12];
}
}
test.d(3): Error: bad addr mode
Seems to be unique to R12. Works with gdc.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------