-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
These instructions handle conditional jumps based on the N (Negative) flag in the status register, which indicates whether the result of the last arithmetic or logic operation was negative.
Tasks:
- Implement BRMI to branch when N = 1.
- Implement BRPL to branch when N = 0.
- Add corresponding unit tests verifying correct behavior for negative and positive values.
References:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request