New version of the assembler, that does better branch generation.
[sixpic.git] / tests / math / mul8-16.c
blob6d7885fa01dc681c12ef937287b4bcf807266e49
1 // 8x16 multiplication (args are flipped in the cfg)
2 int16 x = 2 * 1026;
3 int16 y = 4 * x;
4 y;