Introduction - If you have any usage issues, please Google them yourself
One, the basic topic (4 point per question)
1. Describe the inline assembler, C __asm__ __volatile__ __volatile__ role is it?When modified variable volatile what meaning?
__volatile__ said don t optimize code, the compiler behind instructions to keep the same, volatile is its alias.