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 ?
Ok i knew why _return_ doesn't work
Becuse i put in my code #CASE statment.
and i wrote _return_ in lower case letters
This is the bug
If i used #case i should write it in upper case letters _RETURN_
becuse if you looked for .LST file in symbol table area you will find _RETURN_ in upper case letters.