index
:
melonDS
master
modified version of melonDS used for school/vsr
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ARMInterpreter_ALU.cpp
Commit message (
Expand
)
Author
Age
*
Refactor `NDS` and `DSi` to be objects (#1893)
Jesse Talavera-Greenberg
2023-11-28
*
Move all core types into namespaces (#1886)
Jesse Talavera-Greenberg
2023-11-25
*
update copyright years
Arisotura
2023-11-04
*
ehhh got that one wrong, now it should be right
RSDuck
2023-01-06
*
hopefully correct overflow flag for ADC and SBC
RSDuck
2023-01-06
*
update copyright headers
Arisotura
2022-01-09
*
Implement NO$GBA debug registers. (#1110)
Pedro
2021-05-27
*
update copyright year and add missing GPL headers
RSDuck
2021-03-12
*
Fix edge case in the division engine, fix edge case in the CPU (#1003)
wheremyfoodat
2021-02-19
*
implement carry setting ALU op with imm
RSDuck
2020-07-25
*
fix #672
RSDuck
2020-07-25
*
update copyright years
Arisotura
2020-02-14
*
fix 'shift by register' operands: always only take the lower 8 bits of the re...
Arisotura
2019-06-27
*
also, update copyright name
Arisotura
2019-01-22
*
make nocashprint work from ARM code too.
StapleButter
2018-12-31
*
add nocashPrint type shit
StapleButter
2018-12-12
*
begin work on general timing renovation. way shitty because it behaves as if ...
StapleButter
2018-12-04
*
fixor copyright years.
StapleButter
2018-09-15
*
fix SMULWx/SMLAWx. fixes #78, finally
StapleButter
2017-12-29
*
fix some shit
StapleButter
2017-06-13
*
* send undefined instructions to the proper exception handler
StapleButter
2017-06-13
*
fix QADD/QSUB/QDADD/QDSUB, those would write their result to the wrong register.
StapleButter
2017-06-13
*
allow crapoed THUMB hireg ADD/CMP/MOV
StapleButter
2017-03-31
*
reorganize repo, move shit around
StapleButter
2017-03-16