1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-12-21 23:29:16 +00:00
erc-c/tests/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 Reorganizing test files 2018-04-13 19:09:23 -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 test files 2018-04-13 19:09:23 -05:00
dis.c Reorganizing test files 2018-04-13 19:09:23 -05:00
exec.c Reorganizing test files 2018-04-13 19:09:23 -05:00
loadstor.c Reorganizing test files 2018-04-13 19:09:23 -05:00
mos6502.c Reorganizing test files 2018-04-13 19:09:23 -05:00
stat.c Reorganizing test files 2018-04-13 19:09:23 -05:00