Skip to content

XO Chip Documentation #47

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

Merged
merged 4 commits into from
Sep 1, 2024
Merged

XO Chip Documentation #47

merged 4 commits into from
Sep 1, 2024

Conversation

craigthomas
Copy link
Owner

This PR brings in documentation regarding the XO chip specification, as well as a ROM compatibility checklist. This PR also fixes a problem with bit shifting. Unit tests updated to catch new condition. This PR closes #43

Copy link

codecov bot commented Sep 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.93%. Comparing base (b802ca0) to head (8f803f7).
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
+ Coverage   92.87%   94.93%   +2.05%     
==========================================
  Files           4        4              
  Lines         660      691      +31     
==========================================
+ Hits          613      656      +43     
+ Misses         47       35      -12     
Files with missing lines Coverage Δ
chip8/cpu.py 98.97% <100.00%> (+2.52%) ⬆️

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 1b53560...8f803f7. Read the comment docs.

@craigthomas craigthomas merged commit 0af7323 into main Sep 1, 2024
3 checks passed
@craigthomas craigthomas deleted the xo-chip-doc-update branch September 2, 2024 13:59
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.

Update documentation to reflect XO Chip Support
1 participant