1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-12-21 08:30:55 +00:00
erc-c/src/mos6502
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
..
addr.c Missing some reorg changes; move reflect into event, debug 2018-04-07 00:26:31 -05:00
arith.c Add addr_mode field, rely upon it vs. the opcode 2018-04-15 00:56:34 -05:00
bits.c Add addr_mode field, rely upon it vs. the opcode 2018-04-15 00:56:34 -05:00
branch.c Reorganizing files into directories 2018-04-06 20:27:47 -05:00
dis.c Missing some reorg changes; move reflect into event, debug 2018-04-07 00:26:31 -05:00
exec.c Missing some reorg changes; move reflect into event, debug 2018-04-07 00:26:31 -05:00
loadstor.c Missing some reorg changes; move reflect into event, debug 2018-04-07 00:26:31 -05:00
mos6502.c Add addr_mode field, rely upon it vs. the opcode 2018-04-15 00:56:34 -05:00
stat.c Missing some reorg changes; move reflect into event, debug 2018-04-07 00:26:31 -05:00