1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 04:54:54 +00:00
cc65/src/sim65
Matthew D. Steele cf1bc4fad4 Fix Pop() implementation in src/sim65/paravirt.c (fixes #1625)
The Pop() function was not handling stack pointer wrap around correctly.

Also, change the simulated RTS implementation in ParaVirtHooks() to
explicitly sequence the two Pop() calls in the correct order.
2022-01-07 09:56:46 -05:00
..
6502.c Fixed 65C02 timing again. 2019-02-12 11:15:47 -05:00
6502.h sim65: add command line parameter to print number of CPU cycles at exit 2016-07-05 17:07:39 +02:00
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 common define for paravirt hooks base location 2019-05-31 10:40:04 +02:00
memory.c versionable header for sim65 2019-05-29 22:56:51 +02:00
memory.h versionable header for sim65 2019-05-29 22:56:51 +02:00
paravirt.c Fix Pop() implementation in src/sim65/paravirt.c (fixes #1625) 2022-01-07 09:56:46 -05:00
paravirt.h Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00