New version of the assembler, that does better branch generation.
[sixpic.git] / tests / arrays / divide-and-array.c
blob1f8bb18a8fc03d88dfb2c89309e3e4d0df392b45
1 int SIXPIC_MEMORY_DIVIDE = 6; // equivalent, but with no FSR var
2 int16 x = SIXPIC_MEMORY_DIVIDE;
3 x[0] = 3;
4 x[1] = 4;
5 byte a = x[0];
6 a + 2;