We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
What happened of r0 after the execution of the above assembly code ?
Hello, which toolchain did you use to generate this instruction? The Arm assembler does not accept it.The "!" notation usually implies "increment-after", and so I may _guess_ that this is attempting to implement the instruction:str r3, [r0] #4
adding 4 (word=4 bytes) to r0, after writing r3 to the original address pointed to by r0.