#7203 - Cyberman - Thu Jun 12, 2003 4:40 am
I've been wanting to abuse inline assembly with GCC for the ARM thumb processor.. I have the ARM manual (pretty straight forward) however the assembly use with the C is not only useful it kind of is mandatory for some things.
I have a function implemented in ARM assembly I would like to translate into inline assembly.. I've looked at the GNU examples and well they kind of are a bit confusing to be honest.
Are there any good examples of multiline (as in thirty or so) inline assembly functions with parameters and local variables in a function used.
Cyb - Thank you in advance.
I have a function implemented in ARM assembly I would like to translate into inline assembly.. I've looked at the GNU examples and well they kind of are a bit confusing to be honest.
Are there any good examples of multiline (as in thirty or so) inline assembly functions with parameters and local variables in a function used.
Cyb - Thank you in advance.