zba/src/cpu
Rekai Nyangadzayi Musuka 2a33716166 fix(cpu): fix imm value calculation in MSR 2022-10-21 05:11:56 -03:00
..
barrel_shifter.zig fix(cpu): make Data Processing instructions r15-aware 2022-10-21 05:11:55 -03:00
block_data_transfer.zig fix(cpu): resolve off-by-one error when executing LDM 2022-10-21 05:11:56 -03:00
branch.zig feat(cpu): implement branch and exchange 2022-10-21 05:11:56 -03:00
data_processing.zig fix(cpu): make Data Processing instructions r15-aware 2022-10-21 05:11:55 -03:00
half_signed_data_transfer.zig fix(cpu): make LDRH and STRH aware of r15 2022-10-21 05:11:55 -03:00
psr_transfer.zig fix(cpu): fix imm value calculation in MSR 2022-10-21 05:11:56 -03:00
single_data_transfer.zig fix(cpu): account for r15 in LDR and STR instructions 2022-10-21 05:11:55 -03:00