craigthomas / Chip8Java

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

Implement load subset of registers from memory #44

Closed craigthomas closed 1 month ago

craigthomas commented 1 month ago

This PR implements the load subset of registers from memory operation. Unit tests and integration test added to catch new conditions. This PR closes #24

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 76.69%. Comparing base (db5333d) to head (91d72a5).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ============================================ + Coverage 76.24% 76.69% +0.44% - Complexity 199 204 +5 ============================================ Files 12 12 Lines 783 798 +15 Branches 56 60 +4 ============================================ + Hits 597 612 +15 Misses 177 177 Partials 9 9 ```

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