Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add ARM support (anyone have windows on ARM they could test with?) #3

Open
machineonamission opened this issue Jul 2, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@machineonamission
Copy link
Owner

So I didn't know that ARM had a return instruction, and technically it doesn't, but it has br lr which is functionally equivalent, so i just need to assemble that into an instruction and then inject that and the rust compiler should handle the rest, though i have literally nothing to test this on

@machineonamission machineonamission added enhancement New feature or request help wanted Extra attention is needed labels Jul 2, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant