Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sql-hkr
Copy link
Owner

@sql-hkr sql-hkr commented Oct 22, 2025

Refactored src/tiny8/cpu.py to implement AVR-accurate flag updates for arithmetic, logic, and control instructions. Added helpers for flag setting, expanded the instruction set with more AVR-like operations (e.g., com, neg, swap, tst, and immediate variants), and improved documentation.

Refactored src/tiny8/cpu.py to implement AVR-accurate flag updates for arithmetic, logic, and control instructions. Added helpers for flag setting, expanded the instruction set with more AVR-like operations (e.g., com, neg, swap, tst, and immediate variants), and improved documentation.
@sql-hkr sql-hkr linked an issue Oct 22, 2025 that may be closed by this pull request
@sql-hkr sql-hkr merged commit 7aceece into main Oct 22, 2025
1 check passed
@sql-hkr sql-hkr deleted the feat/avr-instructions branch October 22, 2025 16:50
@sql-hkr sql-hkr restored the feat/avr-instructions branch October 22, 2025 17:01
@sql-hkr sql-hkr deleted the feat/avr-instructions branch October 22, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Additional Instructions and Correct SREG Flag Behavior

2 participants