SphinX
Advanced Member level 3
pcw ccs
Hi,
I have a assembly function like that
void myfunc (void)
{
#asm
" // my assembly lines
"
return
"
"
return
#endasm
}
I want to know how can i return from the assembly function .
I tried the __return__ found it in the manual.
But it give me this error
And how can i return with a value in assembly function ?
Thanks
Hi,
I have a assembly function like that
void myfunc (void)
{
#asm
" // my assembly lines
"
return
"
"
return
#endasm
}
I want to know how can i return from the assembly function .
I tried the __return__ found it in the manual.
But it give me this error
And how can i return with a value in assembly function ?
Thanks