mwb1100 Community Member
- Member since Sep 30th 2009
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
mwb1100 -
Replied to the thread [SOLVED] Encoding problems with RRX assembly instruction.
PostCould you post the assembly file you are using to test? I will try to find the time this weekend to try it myself as this has raised my curiosity for whatever reason (I don't imagine I'll be able to explain anything though). Also, which Embedded Studio… -
mwb1100 -
Replied to the thread [SOLVED] Encoding problems with RRX assembly instruction.
PostI am no ARM assembly expert, but the ARM documentation page for the rrx instruction shows the syntax as: Source Code (1 line)So for variant #4 you should try: rrxseq r1, r0 and see if that works on the Segger toolchain. Of course this wouldn't…