1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-04 21:33:30 +00:00
bbbradsmith 0081fe548c sim64 universal 64-bit cycle count support:
MaxCycleCount is accounted by countdown, eliminating the 1-instruction-overhead issue, and removing the need to compare against a growing TotalCycles.
Makes main.c responsible for counting total cycles, instead of 6502.c, so the size of MaxCycleCount etc. is fully determined in one location.
Makes error.c responsible for PrintCycles instead of paravirt.c, so that it can be treated globally instead of
Return value of main() should be SIM65_ERROR because it is unreachable by design.
2023-05-07 16:26:42 -04:00
..
2022-04-17 16:07:09 +02:00
2023-04-07 23:44:30 +02:00
2022-04-17 16:07:09 +02:00
2023-02-17 17:22:55 +01:00
2022-12-30 17:25:47 +02:00
2019-05-22 11:33:43 +02:00
2023-04-07 23:44:30 +02:00
2022-04-17 16:07:09 +02:00
2023-04-19 09:15:03 +02:00
2022-03-06 14:47:58 -08:00
2022-12-30 15:06:22 +02:00