Hi,
When I tried move a byte, as shown below
MOV.B R12, R13
The upper byte of R13 is cleared, but I need to move lower byte of R12 to R13 without effecting upper byte of R13, is it possible?
Similarly, what is the difference of CLR.B and CLR, both clears full word!
Thanking You,
Ras