We want to setup a delay time of about 1ms, we have the instruction cycle time equals to 2 microseconds, the following a
Posted: Fri Jan 21, 2022 8:43 am
We want to setup a delay time of about 1ms, we have the instruction cycle time equals to 2 microseconds, the following assembly code is written for this aim. The value of X is still missing. The value of X should be: Delay5 movlw D'X' movwf conterdelay Delay nop nop decfsz conterdelay, 1 goto Delay return a. D 200 b. D 100 C D 150 d. None of these