2 bug-3240.c. A bug in z80 code generation on comparisons with 0x00 lower bytes.
10 #pragma disable_warning 85
15 int aprintf(const char *c
, ...)
20 int bprintf(const char *c
, ...)
28 aprintf("1. First time it does not evaluate to TRUE\r\n");
30 bprintf("2. First time it does evaluate to FALSE\r\n");
33 aprintf("3. But now it incorrectly evaluates to TRUE\r\n");
35 bprintf("4. It should have been FALSE\r\n");