Help for this page

Select Code to Download


  1. or download this
    #define barrier() asm volatile("": : :"memory")
    
  2. or download this
    $n <<= 1 while $n & 0xfff;