Added an id to each byte-cell to use with bit vectors.
[sixpic.git] / tests / math / mul8-8.c
blob3f4fd9d5229d891ff030d797040bb80ffbfa408c
1 // 8x8 multiplication
2 byte x = 3 * 4;
3 byte y = x * 5;
4 y;