can you convert this code which is asssembly to c ?
main: push R4
jmp LoopTest
OuterLoop: mov.w #DelayLoop,R4
DelayLoop: Dec.w R4
jnz DelayLoop
Dec.w R12
LoopTest: cmp.w #0, R12
jnz OuterLoop
pop.w R4
ret
Expert Answer
An answer will be send to you shortly. . . . .