aboutsummaryrefslogtreecommitdiff
path: root/src/ARMInterpreter_ALU.cpp
Commit message (Expand)AuthorAge
* Refactor `NDS` and `DSi` to be objects (#1893)Jesse Talavera-Greenberg2023-11-28
* Move all core types into namespaces (#1886)Jesse Talavera-Greenberg2023-11-25
* update copyright yearsArisotura2023-11-04
* ehhh got that one wrong, now it should be rightRSDuck2023-01-06
* hopefully correct overflow flag for ADC and SBCRSDuck2023-01-06
* update copyright headersArisotura2022-01-09
* Implement NO$GBA debug registers. (#1110)Pedro2021-05-27
* update copyright year and add missing GPL headersRSDuck2021-03-12
* Fix edge case in the division engine, fix edge case in the CPU (#1003)wheremyfoodat2021-02-19
* implement carry setting ALU op with immRSDuck2020-07-25
* fix #672RSDuck2020-07-25
* update copyright yearsArisotura2020-02-14
* fix 'shift by register' operands: always only take the lower 8 bits of the re...Arisotura2019-06-27
* also, update copyright nameArisotura2019-01-22
* make nocashprint work from ARM code too.StapleButter2018-12-31
* add nocashPrint type shitStapleButter2018-12-12
* begin work on general timing renovation. way shitty because it behaves as if ...StapleButter2018-12-04
* fixor copyright years.StapleButter2018-09-15
* fix SMULWx/SMLAWx. fixes #78, finallyStapleButter2017-12-29
* fix some shitStapleButter2017-06-13
* * send undefined instructions to the proper exception handlerStapleButter2017-06-13
* fix QADD/QSUB/QDADD/QDSUB, those would write their result to the wrong register.StapleButter2017-06-13
* allow crapoed THUMB hireg ADD/CMP/MOVStapleButter2017-03-31
* reorganize repo, move shit aroundStapleButter2017-03-16