Files
cc65/test/val
Greg King b2c1a77bb3 Fixed the cc65 code that optimizes 16-bit compares when the high bytes are known to be equal.
Only the low bytes are compared.  Originally, signed 16-bit compares were optimized into signed 8-bit compares.  But, the sign bits are in the high bytes; and, they're equal.  Therefore, the low bytes always must be compared as unsigned numbers.
Fixes #1348.
2020-12-24 12:27:09 -05:00
..
2020-08-14 16:12:17 +02:00
2020-09-23 23:57:25 +02:00
2020-10-03 15:04:31 +02:00
2014-11-22 17:02:46 +01:00
2014-09-25 21:38:34 +02:00
2014-09-25 21:38:34 +02:00
2019-02-12 22:50:49 +01:00
2020-07-09 16:05:57 +02:00
2019-02-12 22:50:49 +01:00
2014-09-25 21:38:34 +02:00