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

Post on 20-Jan-2018

221 views 0 download

description

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