嵌入汇编 中断用的
__asm("MRS temp, CPSR");
__asm("AND temp, temp, 0x7F");
__asm("MSR CPSR_c, temp");
报错 找不到MRS MSR指令
Error[Og006]: Error in inline assembly: "This instruction is not available in the selected cpu/core"
上网搜了下 说要勾上这个东西
但是我这是灰色的 是不是要下载什么东西?
离线