Peter Evans
8e810e724f
Add addr_mode field, rely upon it vs. the opcode
...
This makes testing _slightly_ easier, because now the handlers require a
type of state in the cpu vs. a specific opcode state in the segment that
we execute from. (The latter being just more complex to work with and
require in testing.)
2018-04-15 00:56:34 -05:00
Peter Evans
5db0c3b9c0
Clearer documentation on push_stack
2018-04-13 18:01:17 -05:00
Peter Evans
3887f52119
Clarify behavior of pop_stack
2018-04-13 16:22:58 -05:00
Peter Evans
ebb5f068fd
Always set the UNUSED and BREAK flags after execution.
...
This change simply replicates the behavior demonstrated in AppleWin.
2018-04-13 16:17:13 -05:00
Peter Evans
4b0b8e1a89
Move vm_debug fully into apple2
2018-04-07 00:53:17 -05:00
Peter Evans
27d0a15bc5
Move vm_debug_broke() check out of mos6502 and into apple2
2018-04-07 00:48:16 -05:00
Peter Evans
a913668c02
Missing some reorg changes; move reflect into event, debug
2018-04-07 00:26:31 -05:00
Peter Evans
74aafb0d01
Reorganizing files into directories
2018-04-06 20:27:47 -05:00