Hello Guys is there easy way of form of inline assembly to access parameters. Any form that works for now (gcc inline assembly is complicated). Any suggestion or resources to learn quickly of inline assembly and in depth understanding of inline assembly would be appreciated.
function foo(1,2);
foo( a,b){
accessing arguments in inline assembly and returning values
}
Gcc inline assembly using Cross compiler
-
- Member
- Posts: 283
- Joined: Mon Jan 03, 2011 6:58 pm