1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 05:29:33 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Peter Evans
21623257ef Rewrite SBC test 2018-05-06 20:06:51 -05:00
Peter Evans
ab022c5d58 More details in the ADC test 2018-04-30 23:00:21 -05:00
Peter Evans
de34d7d0f9 Add more detail in INC/X/Y testing 2018-04-30 22:15:38 -05:00
Peter Evans
49687d9a7a Rewrite and expand the DEC/X/Y tests 2018-04-30 21:37:34 -05:00
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
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