Gcc inline assembly using Cross compiler
Posted: Wed Jun 07, 2017 11:13 am
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
}
function foo(1,2);
foo( a,b){
accessing arguments in inline assembly and returning values
}