Added long jumps and calls. PICOBIT can now be assembled.
[sixpic.git] / tests / math / shift16.c
blob3ac05122476f25c441cd90de233c842afef761d3
1 int16 x = #x8034;
2 x = x << 4;
3 x = x + #x1001;
4 x = x >> 5;
5 x;