1
0
mirror of https://github.com/cc65/cc65.git synced 2025-03-29 13:31:02 +00:00
compyx 381a32d9aa C64 soft80-conio cgetc: save 14 cycles in invertcursor
By 'inverting' the loop, we can save 16 cycles by removing the `cpy #8`,
saving 16 cycles. But we need an extra `ldy #7` at the start of the
loop, so the total cycles saved is 14. Code size doesn't increase due to
the addition of the `ldy #7` negating the removal of the `cpy #xx`.
2020-07-11 17:46:29 +02:00
..
2020-02-03 20:45:09 +01:00
2020-04-02 22:58:16 +02:00
2019-11-20 12:54:47 +01:00
2020-04-02 22:58:16 +02:00
2018-12-30 18:57:46 +01:00
2020-04-02 10:42:06 +02:00
2020-04-06 18:13:54 +02:00
2020-02-03 20:45:09 +01:00
2020-02-03 20:45:09 +01:00
2019-11-07 21:45:19 +01:00
2020-02-03 20:45:09 +01:00
2020-02-03 20:45:09 +01:00
2020-05-28 08:50:20 -04:00