1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-05 09:57:05 +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
error.c
error.h
main.c All programs print version and exit successfully. 2016-08-12 08:54:41 -07:00
memory.c
memory.h
paravirt.c
paravirt.h