Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the PLANE mnemonic #15

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Implement the PLANE mnemonic #15

merged 1 commit into from
Jul 9, 2024

Conversation

craigthomas
Copy link
Owner

This PR adds the PLANE mnemonic to the assembler. Integration tests updated to match new functionality. This PR closes #7

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.25%. Comparing base (7643280) to head (657a873).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   80.00%   83.25%   +3.25%     
==========================================
  Files           3        3              
  Lines         215      215              
==========================================
+ Hits          172      179       +7     
+ Misses         43       36       -7     
Files Coverage Δ
chip8asm/statement.py 90.00% <ø> (+5.00%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b3c8ecb...657a873. Read the comment docs.

@craigthomas craigthomas merged commit 7906147 into main Jul 9, 2024
3 checks passed
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 PLANE Operation
1 participant