Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Coroutines in ARM Assembly #34

Open
tcwan opened this issue Jul 6, 2018 · 0 comments
Open

Coroutines in ARM Assembly #34

tcwan opened this issue Jul 6, 2018 · 0 comments

Comments

@tcwan
Copy link

tcwan commented Jul 6, 2018

Hi,
I've sort of kept a ⭐ on your projects since I'm interested in ARM Assembly Language programming, and was wondering if anyone's interested in a coroutines implementation in ARM Assembly language. All my searches for ARM Assembly implementation of coroutines have come up empty.

I ported it from in4lio's implementation to ARM Assembly. The files are MIT Licensed.

You can find arm-stddef.h and enum-asm.h via the provided links.

I have not tested it for interworking so I can't say that it will work correctly for ARM-Thumb and Thumb-ARM calls as is. The main sticking point is that I'm not sure if the Linker will replace the direct BL calls with BLX calls automatically or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant