2 A bug in the z80 peephole optimizer.
7 #pragma disable_warning 85
11 void Basic_PRINT(int i
)
16 signed char Basic_RND(char a
)
21 int f(int argc
, char **argv
)
25 // A load of L into register pair de got optimized out, though it was still needed for the calculation of L + 50
26 Basic_PRINT((L
+ 50) / 100);
28 } while (!(L
> 3600));