Skip to content

v0.6.1

Compare
Choose a tag to compare
@unknownbrackets unknownbrackets released this 13 Jul 05:09
· 39385 commits to master since this release

Snapdragon Conquered - JIT now works on all ARM Android devices

Yeah, so I found the bug. Turns out that LDR r0, [r0] should be encoded as 0xE5900000, not 0xE4900000. If you don't know what that means, well, I can just tell you that the problem was very hard to find but very easy to fix once I found it.