34 unsigned int fu( unsigned int x ) \ fu: 35 { 36 return(( x << 8 ) | ( x >> 8 )); \ 000000 8C10 SWPB R12 \ 000002 3041 RET 37 } 38