This is the likely best starting point. The porting guide provides a template for arm (32). Get a viable aarch64 version done, and then taking that understanding, move on to #1
Sigh, this explains why the porting wasn't previously done.
Another approach might be to take the target code for arm / linux retarget using a tool like https://github.com/avast/retdec .
This is the likely best starting point. The porting guide provides a template for arm (32). Get a viable aarch64 version done, and then taking that understanding, move on to #1
Sigh, this explains why the porting wasn't previously done.
Another approach might be to take the target code for arm / linux retarget using a tool like https://github.com/avast/retdec .