Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Interpreter: msr spsr, r0 crashes #89

Open
matanlurey opened this issue Aug 1, 2020 · 0 comments
Open

Interpreter: msr spsr, r0 crashes #89

matanlurey opened this issue Aug 1, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@matanlurey
Copy link
Owner

Invalid argument(s): Invalid ArmOperatingMode: 8

This occurs in the following scenario:

;@0xe8:
mov r0, 18
  ;r0        << 0x12

;@0xec:
msr spsr, r0
  ;r0        >> 0x12

It's worth checking 0x12 causes a crash, and what it should actually be doing.

@matanlurey matanlurey added the bug Something isn't working label Aug 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant