pveentjer / Rust-based-ARM-emulator

A bogus CPU emulator written in Rust.
52 stars 6 forks source link

Proper handling of any instruction accessing CPSR #18

Open pveentjer opened 4 months ago

pveentjer commented 4 months ago

E.g.

MOV CPSR, #10 

Because of the assignment to CPSR, the MOV has become an unconditional branch.