1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00
cc65/src/sim65
Greg King dce5783dc9 Fixed the simulations of the stack pointer and the "break" and decimal-mode flags.
* The pointer wraps around the stack page.
* The break flag exists on only the stack, and only after an interrupt.
* 65C02 interrupts clear the decimal-mode flag.
2017-04-04 13:23:44 -04:00
..
6502.c Fixed the simulations of the stack pointer and the "break" and decimal-mode flags. 2017-04-04 13:23:44 -04: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 Normalized code. 2014-03-04 01:11:19 +01:00
error.h Normalized code. 2014-03-04 01:11:19 +01:00
main.c All programs print version and exit successfully. 2016-08-12 08:54:41 -07:00
memory.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
memory.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
paravirt.c fix indentation 2016-07-05 17:10:10 +02:00
paravirt.h Added support for cc65 program arguments. 2013-05-24 18:36:30 +02:00