Skip to content

Commit

Permalink
ARM: add some TODOs for future accuracy research
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux committed Jan 21, 2025
1 parent 4fc4aed commit 18f84eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/nba/src/arm/arm7tdmi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
#include "bus/bus.hpp"
#include "arm/state.hpp"

/**
* Some TODOs:
* - test LDR, STR, LDM and STM behavior when writing back the address to r15
* - test which bits of CPSR and SPSR are actually writable
* - more accurately model when CPSR.mask_irq and the IRQ line are sampled
*/

namespace nba::core::arm {

struct ARM7TDMI {
Expand Down

0 comments on commit 18f84eb

Please sign in to comment.