RIP-Comm / clementine

Gameboy Advance emulator.
MIT License
49 stars 13 forks source link

Thumb: Implement `mul` for ALU #162

Closed guerinoni closed 1 year ago

guerinoni commented 1 year ago

Signed-off-by: Federico Guerinoni guerinoni.federico@gmail.com

codecov-commenter commented 1 year ago

Codecov Report

Base: 58.44% // Head: 58.65% // Increases project coverage by +0.20% :tada:

Coverage data is based on head (1611592) compared to base (942fa39). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #162 +/- ## ========================================== + Coverage 58.44% 58.65% +0.20% ========================================== Files 32 32 Lines 2084 2092 +8 ========================================== + Hits 1218 1227 +9 + Misses 866 865 -1 ``` | [Impacted Files](https://codecov.io/gh/RIP-Comm/clementine/pull/162?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [emu/src/cpu/arm7tdmi.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/162/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvYXJtN3RkbWkucnM=) | `78.07% <100.00%> (+0.11%)` | :arrow_up: | | [emu/src/cpu/data\_processing.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/162/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvZGF0YV9wcm9jZXNzaW5nLnJz) | `84.23% <100.00%> (+0.39%)` | :arrow_up: | | [emu/src/cpu/alu\_instruction.rs](https://codecov.io/gh/RIP-Comm/clementine/pull/162/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZW11L3NyYy9jcHUvYWx1X2luc3RydWN0aW9uLnJz) | `52.30% <0.00%> (+1.53%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.