asm volatile ("stw %0, dp[a]" : /* no outputs */ : "r"(x) : "memory");. This prevents the compiler caching memory values in registers around the asm statement.
確定! 回上一頁