New version of the assembler, that does better branch generation.
[sixpic.git] / tests / math / hex.c
blob122cd80213c03d72c4f11e0925926bac807faf5e
1 // test for hexadecimal values with SIX
2 byte x = #x3f; // for now, only scheme-style hex values are supported by SIX
3 x;