craigthomas / Chip8Java

A Super Chip 8 emulator written in Java
MIT License
27 stars 2 forks source link

Implement store subset of registers #43

Closed craigthomas closed 1 month ago

craigthomas commented 1 month ago

This PR implements the store subset of registers in memory command. Unit and integration tests added to catch new conditions. This PR closes #23

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.24%. Comparing base (6ee9821) to head (f92900b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #43 +/- ## ============================================ + Coverage 75.78% 76.24% +0.46% - Complexity 194 199 +5 ============================================ Files 12 12 Lines 768 783 +15 Branches 52 56 +4 ============================================ + Hits 582 597 +15 Misses 177 177 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.