Added long jumps and calls. PICOBIT can now be assembled.
[sixpic.git] / tests / math / padding.c
blob3692e5e6b0990b0b016d6ba743b2bae6f1188ecc
1 // arithmetic operations with the first argument shorter than the second (tests padding)
3 int16 y = 1058;
4 byte x = 36;
5 //x + y;
6 x - y;