How does the returned value from a function is handled in Assembly?
Please give an simple example.
(e.g. int func ( int a ) { ... return x ; } ) ( Example for C)
Thank you!
Please do your homework yourself.