[Issue 9964] New: R12 Can't Be Dereferenced In Inline Assembler

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Apr 19 12:29:04 PDT 2013


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: nobody at puremagic.com
        ReportedBy: dsimcha at yahoo.com


--- Comment #0 from David Simcha <dsimcha at yahoo.com> 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: -------


More information about the Digitalmars-d-bugs mailing list