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!
View all questions in Cortex-M / M-Profile forum