Search found 2 matches

by karmaGfa
Sun Sep 05, 2010 8:00 am
Forum: GBA Development
Topic: How to use assembly in the source code ?
Replies: 2
Views: 8725

Re: How to use assembly in the source code ?

Thank you a lot, that's all I needed.
by karmaGfa
Sat Sep 04, 2010 10:34 am
Forum: GBA Development
Topic: How to use assembly in the source code ?
Replies: 2
Views: 8725

How to use assembly in the source code ?

Hello, I would like to write a few functions using assembly in my C program, for GBA. I don't find the documentation explaining how to do that. I tried to read the source code of the libgba, but it is still unclear to me how parameters are passed from the C function declaration to its assembly ...