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

Add PITCH mnemonic and processing #14

Merged
merged 2 commits into from
Jul 9, 2024
Merged

Add PITCH mnemonic and processing #14

merged 2 commits into from
Jul 9, 2024

Conversation

craigthomas
Copy link
Owner

This PR adds the PITCH mnemonic to the assembler. Integration tests updated to cover new instruction. This PR closes #8

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.93%. Comparing base (7643280) to head (42b80e4).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   80.00%   80.93%   +0.93%     
==========================================
  Files           3        3              
  Lines         215      215              
==========================================
+ Hits          172      174       +2     
+ Misses         43       41       -2     
Files Coverage Δ
chip8asm/statement.py 86.42% <ø> (+1.42%) ⬆️

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 7643280...42b80e4. Read the comment docs.

@craigthomas craigthomas merged commit b3c8ecb into main Jul 9, 2024
3 checks passed
@craigthomas craigthomas deleted the pitch-mnemonic branch July 9, 2024 02:44
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 PITCH Operation
1 participant