mirror of
https://github.com/mre/mos6502.git
synced 2026-01-26 05:17:50 +00:00
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