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

Problem with Keil

I need to do a multiplication in the keil and the following mistake goes out for me. It does not leave me to use MLU and MUL. Why?

error: A1477W: This register combination results in UNPREDICTABLE behaviour

Parents
  • i need to do the next c function in asm

    No, you don't. You may believe you need that, but you don't. You just need to compile it. That's what you have a compiler for.

    Now, some highly skilled people might be able to improve over what the compiler generates for this function. But you're rather obviously not anywhere near that skill level, yet.

Reply
  • i need to do the next c function in asm

    No, you don't. You may believe you need that, but you don't. You just need to compile it. That's what you have a compiler for.

    Now, some highly skilled people might be able to improve over what the compiler generates for this function. But you're rather obviously not anywhere near that skill level, yet.

Children