Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix 'shift by register' operands: always only take the lower 8 bits of the ↵ | Arisotura | 2019-06-27 |
| | | | | | | register, fix handling for LSL/LSR >32 fixes #479 | ||
* | also, update copyright name | Arisotura | 2019-01-22 |
| | |||
* | make nocashprint work from ARM code too. | StapleButter | 2018-12-31 |
| | | | | fixes #315 | ||
* | 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 |
| | | | | caches were off, so everything will be slow as shit. | ||
* | 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 |
| | | | | * make ARM9-only instructions fail on ARM7 | ||
* | fix QADD/QSUB/QDADD/QDSUB, those would write their result to the wrong register. | StapleButter | 2017-06-13 |
| | | | | also make them ARM9-only. | ||
* | allow crapoed THUMB hireg ADD/CMP/MOV | StapleButter | 2017-03-31 |
| | |||
* | reorganize repo, move shit around | StapleButter | 2017-03-16 |