1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00
cc65/src/sim65
bbbradsmith f2e7609046 sim65 cycles 32-bit range fix
long is 64-bit on some platforms, making this inconsistent, added range check to catch overflow.
reduced tests requesting 5 billion cycles to 2^32-1 so they can fun on 32-bit long sim65.
2023-05-05 21:45:57 -04:00
..
6502.c remove dangling spaces 2022-04-17 16:07:09 +02:00
6502.h
error.c Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
error.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
main.c sim65 cycles 32-bit range fix 2023-05-05 21:45:57 -04:00
memory.c Speed up sim65 by 10% 2022-10-17 13:32:38 +03:00
memory.h Speed up sim65 by 10% 2022-10-17 13:32:38 +03:00
paravirt.c sim65 path length safety for PVOpen 2023-02-19 05:31:46 -05:00
paravirt.h sim65 path length safety for PVOpen 2023-02-19 05:31:46 -05:00