Added long jumps and calls. PICOBIT can now be assembled.
[sixpic.git] / tests / math / bitwise-negation.c
blobaf55bb98412bd000041c9b98138f2d42a430821b
1 // bitwise negation
3 /* byte x = 127; */
4 byte x = 135;
5 ~x;