Question: 8051 Microcontroller - Assembly Language (based on the textbook - The 8051 Microcontroller A Systems Approach Mazidi McKinlay Mazidi First Edition) Please provide the answer
8051 Microcontroller - Assembly Language (based on the textbook - The 8051 Microcontroller A Systems Approach Mazidi McKinlay Mazidi First Edition)
Please provide the answer in Assembly Language 
4. Analyse the assembly program and find the time delay for the Delay subroutine shown in the figure below if the system has 8051 with XTAL of 13MHz. Consider the overhead generated by loops repetition. (7) Delay: Back Again: Here: ORG 30H MOV R5, #5 MOV R4, #55 MOV R3, #155 NOP NOP DJNZ R3, Here DJNZ R4, Again DJNZ R5, Back RET
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
