Assembly - 64-bit registers supported?

deed none at none.none
Sat Jan 19 04:45:05 PST 2013


void main()
{
     asm
     {
         mov    RAX, 3;
     }
}

results in:
Error: undefined identifier 'RAX'

AX and EAX work.

Anything missing or isn't it yet implemented?


More information about the Digitalmars-d-learn mailing list