hi,
80002000: 80002000: 48 1f lddpc pc,80002004 80002002: 00 00 add r0,r0 80002004: 80 00 ld.sh r0,r0[0x0] 80002006: 23 68 sub r8,54
I can't understand this code.
What's the initial value in r0 after reset? (0 I guess)
what does this "add r0,r0" means? (just times r0 by 2?)
and what does this "ld.sh r0,r0[0x0]" means? (if r0 is 0, then does this means reading memeory 0x00000000 into r0?)
Cheng