New version of the assembler, that does better branch generation.
[sixpic.git] / tests / arrays / memory-divide.c
blobd284079c1cce5376ea040ca983452799d32e3aec
1 // to test the memory divide
3 int16 SIXPIC_MEMORY_DIVIDE = 16;
5 int16 z = 250;
6 int16 w = 120;
7 z = z + w;
8 w = z;
9 w = w + 300;
10 z = z + 3;