Create declaration for __asm__ variables #227
Unanswered
david-c-wong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Just a question how we can use SageBuilder and SageInterface to create the following variable declaration:
register void* foo __asm__ ("sp");
I think I could get "register void* foo;" working but don't have a good way to include __asm__("sp").
Any help will be highly appreciated.
david
Beta Was this translation helpful? Give feedback.
All reactions