3/12/2016 1 Embedded XINU and WRT54GL. 3/12/2016 2 Topics Logic and shift operators Optimizing operations…

Embed Size (px)

DESCRIPTION

3/12/ Shift Operators > right shift Usage: unsigned int x = 70707; //x = unsigned int y, z; y = x > 2; //z =