here are the 3 codes i need to change to shorten execution time.
any help will be greatly appreciated.
hey peterharris
Im getting the wrong answers with the above changes.
Any idea why?
Hi Ali, can you please explain further why its wrong. i dont fully understand.
Hi
individ_loop
MOV r4,#5 ----------------> MOVLE r4,#5
this is wrong :
CMP rx,#10
MOVLT rx,rx,LSR #1 --------------> rx=5 (always)
MOV rx,#5