[Issue 5963] New: iasm does not accept 64bit integer literal
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun May 8 14:54:40 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5963
Summary: iasm does not accept 64bit integer literal
Product: D
Version: D2
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: hughes4 at gmail.com
--- Comment #0 from Shahid <hughes4 at gmail.com> 2011-05-08 14:50:42 PDT ---
So far the only x86_64 opcode I know of that takes a 64bit immediate operand
( rel64 or imm64 ) is "mov".
Test case:
void a() { asm {
mov RAX, 0x0123_4567__89AB_CDEF;
} }
===
a.d(2): 1 operands found for mov instead of the expected 2
--
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