Question: Write a program in PLP assembly that repeatedly reads the value of the switches (address: 0xf0100000) and displays a pattern on the LED array based
Write a program in PLP assembly that repeatedly reads the value of the switches (address: 0xf0100000) and displays a pattern on the LED array based on what switches. Each time the switch value is read, the pattern should be displayed regardless of whether the switch value has changed or not since the last time it was read.
This is not for the Seven Segment display. It is for LED's.
Switch 0: All 8 LED's off
Switch 1: Turn all even numbered LEDs on and then off
Switch 2: Turn all odd numbered LEDs on and then off
Switch 3: Cycle through all 8 LEDs in order with only one LED on at a time (a marquee)
Any other combination of switches should turn all LEDs off.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
