|
25c57a4cc7
|
fix(barrel_shifter): should not modify cpsr when amount == 0
|
2022-01-18 13:30:41 -04:00 |
|
|
a7a44c4463
|
chore(cpu): refactor the barrel shifter once again
|
2022-01-17 15:55:55 -04:00 |
|
|
d4d2fedfbe
|
feat(cpu): implement ADC
ADC interacting w/ the Barrel Shifter is not working though
|
2022-01-17 14:29:34 -04:00 |
|
|
483e149b32
|
feat(cpu): implement RRX for Barrel Shifter
|
2022-01-17 14:19:40 -04:00 |
|
|
9098a55ae3
|
feat(cpu): implement ARM SUB in data processing
|
2022-01-17 11:35:41 -04:00 |
|
|
c0d956ea95
|
feat(cpu): implement MVN
|
2022-01-17 11:30:59 -04:00 |
|
|
1025500407
|
chore(cpu): refactor barrel shifter
|
2022-01-17 11:17:04 -04:00 |
|
|
d05a924420
|
fix(cpu): use barrel shifter in data processing immediates
|
2022-01-17 11:02:34 -04:00 |
|
|
0cf052838d
|
chore(cpu): lay groundwork for THUMB instruction decoding and execution
|
2022-01-14 05:23:16 -04:00 |
|
|
ae37b1218b
|
chore(cpu): refactor ARM functions to make room for THUMB
|
2022-01-14 04:26:09 -04:00 |
|