Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help and don't use la it is not functionable. is in PLP ! The Task: Write a program in PLP assembly that repeatedly reads
Please help and don't use la it is not functionable. is in PLP
The Task:
Write a program in PLP assembly that repeatedly reads the value of the switches address: xf 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 The table below indicates the pattern that should be displayed for each possible switch setting:
tabletableSwitchNumbertableHexadecimalSwitch ValuetableBinarySwitch ValuetableDecimalSwitch ValueLED PatternxbtableTurn on LEDs and then set all LEDs to offxbtableTurn on LEDs and then set all LEDs to offxbtableCreate a scrolling pattern that movesfrom right to left starting with LED andskipping every other LED. Only one LEDshould be on at any given time ie LED then LED then LED then LED and the pattern should end with all LEDsoffOtherOther,Other,Other,All LEDs off
Hint: Logical shifts are not required to complete this project, but they can be used to make your program shorter and more readable than hard coding every value to be written to the LEDs. Shifts can also be useful to generate the value that you compare with the value of the switches.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started