Added long jumps and calls. PICOBIT can now be assembled.
[sixpic.git] / tests / math / mul16-16.c
bloba42e364d2b7b969ee09f8798f92c5d5bc0ad7cb3
1 // 16x16 multiplication
2 int16 x; x = 1026 * 515;
3 int16 y; y = x * 1600;
4 int16 y2; y2 = x * 16;