Just a quick question regarding 8051 assembly programming:
I need to transfer a value from register R5 to R0, so I can use R5 for something else. I tried MOV R0, R5 but it fails. I know this is begginer's question, but I guess it wouldn't take to much time for someone experienced to answer this.
Thanks Josip