1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-25 11:30:06 +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-06-22 23:55:45 +02:00
2017-12-28 01:58:03 +01:00
2018-03-07 00:20:42 +01:00
2018-11-26 22:14:31 +01:00
2018-04-29 12:13:52 -07:00
2018-04-28 13:26:20 -07:00
2015-10-14 17:52:14 +02:00
2016-03-13 14:32:07 +01:00
2018-06-30 16:25:43 +03:00
2013-07-25 13:53:15 -04:00
2013-07-25 13:53:15 -04:00
2015-10-19 02:47:40 +02:00
2020-07-11 11:59:45 +02:00
2017-12-28 17:52:27 +01:00
2017-12-28 02:26:23 +01:00
2017-07-18 01:04:53 +02:00