00001 #include <p18cxxx.h> 00002 #include <stdio.h> 00003 unsigned int i,j,k; 00004 void main(void) { 00005 i=i>>2; 00006 k=j<<5; 00007 }