1
0
mirror of https://github.com/pevans/erc-c.git synced 2025-01-14 14:30:19 +00:00

5 Commits

Author SHA1 Message Date
Peter Evans
ad4014ced4 Update tests for CMP/CPX/CPY. 2018-04-30 21:23:34 -05:00
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
56e9d97791 Accounting for the ACC mode opcode 2018-04-14 18:26:43 -05:00
Peter Evans
72883240c3 Account for changes in behavior for INC/DEC 2018-04-14 18:22:10 -05:00
Peter Evans
55287b4cb0 Reorganizing test files 2018-04-13 19:09:23 -05:00