Skip to content

Conversation

@sql-hkr
Copy link
Owner

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

Implemented op_brmi and op_brpl methods in CPU to support branching on the negative flag. Added corresponding unit tests in test_control_flow.py to verify correct behavior. Also refactored some test cases to use r2 instead of r3 for consistency.

Implemented op_brmi and op_brpl methods in CPU to support branching on the negative flag. Added corresponding unit tests in test_control_flow.py to verify correct behavior. Also refactored some test cases to use r2 instead of r3 for consistency.
@sql-hkr sql-hkr linked an issue Oct 25, 2025 that may be closed by this pull request
3 tasks
@sql-hkr sql-hkr merged commit 30e8783 into main Oct 25, 2025
1 check passed
@sql-hkr sql-hkr deleted the feat/implement-brmi-brpl branch October 25, 2025 15:51
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 BRMI and BRPL branch instructions

2 participants