Added long jumps and calls. PICOBIT can now be assembled.
[sixpic.git] / tests / math / rshift.c
blob9ee6fd6d465ff65b3e2a2e0033c75fcc30fcaa5f
1 int x = #x01020304;
2 x = x >> 16;
3 x = x + #x1020;
4 x;