Hi freaks, I'm not very good at assembly. I need to load the floating point execution register with a value. Cn you help? I have the following but it is not working...
unsigned int load = 0x40000000; asm volatile ("MOV R0, %[execution_reg]" :: [execution_reg] "r" (load)); asm volatile ("VMSR FPEXC, R0");
Thanks Freaks...
Wm.