New version of the assembler, that does better branch generation.
[sixpic.git] / tests / math / 16bits-plus.c
blobe852b139c7477b0377e7d87f0c966d19d512be37
1 void ram_set_field0 (int16 o, int8 val) { int16 t2 = o - 512; *(((t2 << 2) + (0))+#x200) = (val); }
2 ram_set_field0(#x1010, 0);
3 int z = 0;
4 z;