Added long jumps and calls. PICOBIT can now be assembled.
[sixpic.git] / tests / math / modulo.c
blob6a2fee65b1fbde74d4dea5caa02483709525060e
1 // modulo by powers of 2
2 int16 y = 1058;
3 int16 x = y % 256;
4 x;