Home - pharo-project/pharo-unicorn GitHub Wiki
Welcome to the pharo-unicorn wiki!
F.A.Q.
How to enable Floating Point Support in aarch64 (ARM64)
How to enable Floating Point Support in ARM 32 bits mode (v5, v6, v7)
Existing Issues
- Stack Pointer alignment in ARMv8 is not checked by default by Unicorn. Pablo has made a fix and will soon do a PR.
- ARM* simulation mode does not always advance properly the instruction pointer. It's safer (for now) to step one instruction at a time. See for example https://github.com/unicorn-engine/unicorn/issues/972