Help for this page
Select Code to Download
Select
or
download this
#define barrier() asm volatile("": : :"memory")
Select
or
download this
$n <<= 1 while $n & 0xfff;