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

SHL??

That it makes the operator SHL in the A51??

  • That it makes the operator SHL in the A51??

    Call it what you will but it is not an instruction and it will not do anything at run-time. SHL is equivalent a macro in C that takes two constants known at compile time and shifts one left by the other.

    - Mark