void main()
{
asm
{
mov RAX, 3;
}
}results in: Error: undefined identifier 'RAX' AX and EAX work. Anything missing or isn't it yet implemented?
void main()
{
asm
{
mov RAX, 3;
}
}results in: Error: undefined identifier 'RAX' AX and EAX work. Anything missing or isn't it yet implemented?