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 Store Subset of Registers #36

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Add Store Subset of Registers #36

merged 1 commit into from
Jun 24, 2024

Conversation

craigthomas
Copy link
Owner

This PR adds the ability to store a subset of registers into memory starting from the index pointer. Note that the index register is not updated. Unit and integration tests added to cover new conditions. This PR closes #25

Copy link

codecov bot commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.66%. Comparing base (1da3918) to head (02d4b61).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   90.27%   90.66%   +0.39%     
==========================================
  Files           4        4              
  Lines         473      493      +20     
==========================================
+ Hits          427      447      +20     
  Misses         46       46              
Files Coverage Δ
chip8/cpu.py 97.46% <100.00%> (+0.13%) ⬆️

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 e49245f...02d4b61. Read the comment docs.

@craigthomas craigthomas merged commit ddaba6b into main Jun 24, 2024
3 checks passed
@craigthomas craigthomas deleted the store-subset-regs branch June 24, 2024 03:20
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.

Store Subset of Registers
1 participant