Emulating aarch64 in software using JIT compilation and Rust
16 points by epilys
16 points by epilys
Were ARM’s machine-readable specs any help for this project?
I’d have liked to very much to use them, but they are not open source so it’s not clear how legal it is to derive works from them. However, the SAIL specs that I mention at the end of the article are derived from the XML ISA docs, sanctioned by Arm and are open source. I want to eventually use them if possible.