10. (15) Calculate the total time of the delay for the following ARM assembly language sub-routine given an execution cl
Posted: Fri May 20, 2022 10:45 pm
10. (15) Calculate the total time of the delay for the following ARM assembly language sub-routine given an execution clock frequency of 100 MHz: Instruction Machine Cycles DELAY LDR RO, =0x2710 2 AGAIN NOP 1 NOP 1 NOP 1 SUBS RO, RO, #1 1 NOP 1 NOP 1 NOP 1 BNE AGAIN 3/1 BXLR 2 3