1
0
mirror of https://github.com/mre/mos6502.git synced 2026-01-26 05:17:50 +00:00
Files
Matthias Endler dcb51dcad9 Fix ADC behavior (#109)
Fix ADC instruction implementation and improve status register management

- Split ADC instruction into separate binary and decimal mode methods
- Introduce structured `AdcOutput` with comparison traits
- Add cleaner status register access with `get_flag`/`set_flag`/`unset_flag` methods
- Improve instruction comments and documentation for Status flags
- Add tests for decimal mode functionality
- Remove deprecated decimal_mode feature flag
- Clean up CI workflow and improve carry addition logic
2025-07-30 12:27:47 +02:00
..
2025-07-30 12:27:47 +02:00
2025-07-29 19:26:28 +02:00