Lab #4 : Code for DELAY
This report requires you to write down the assembly code for delay (use the delay code with the blinking LED program). Use the following instructions:
- Blinking LED code available from the lecture below for your review
- Make the block diagram for the delay code which explains the algorithm you used
- Based on the algorithm create an assembly code to provide a delay
- Once the Delay code is created then add it to the existing blinking LED code from the lecture
- Write a report stating the whole process, the difficulty, and tips you found in that process.