Question: Part III: Assembly Language Program to Turn On and Off LED Lights with Delay (25 points) Write an assembly language program that will perform the


Part III: Assembly Language Program to Turn On and Off LED Lights with Delay (25 points) Write an assembly language program that will perform the following tasks: 1) Configures digital output pin #1, 3, 5, and 7 as output pins. 2) Set pin # 1 to high. 3) Wait for about 8 seconds . 4) Set pin # 1 to low. 5) Set pin # 3 to high. 6) Wait for about 8 seconds. 7) Set pin # 3 to low. 8) Set pin # 5 to high. 9) Wait for about 8 seconds . 10) Set pin # 5 to low. 11) Set pin # 7 to high. 12) Wait for about 8 seconds . 13) Set pin # 7 to low. Part IV: Assembly Language Program to Turn On and Off LED Lights with Delay (25 points) Change the duration of wait function used in Part III to about 10 seconds
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
