For an AVR system of 16 MHz, find how long it takes to executethe following assembly code
Delay:
LDI R18, 21
LDI R19, 199
Here : DEC R19
BRNE Here
DEC R18
BRNE Here
Expert Answer
An answer will be send to you shortly. . . . .
For an AVR system of 16 MHz, find how long it takes to executethe following assembly code
Delay:
LDI R18, 21
LDI R19, 199
Here : DEC R19
BRNE Here
DEC R18
BRNE Here
An answer will be send to you shortly. . . . .