This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Calling Assembly function form C

I'm trying to call an assembly function from C but I keep getting this error:

Here is my C code:

My assembly code:

My linker script:

And how I am executing it:

What am I doing wrong?

0