Answered step by step
Verified Expert Solution
Link Copied!

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: 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). The table below indicates the pattern that should be displayed for each possible switch setting:
\table[[\table[[Switch],[Number]],\table[[Hexadecimal],[Switch Value]],\table[[Binary],[Switch Value]],\table[[Decimal],[Switch Value]],LED Pattern],[0,0x00000001,0b00000001,1,\table[[Turn on LEDs 0,1,2, and 3, then set all 8],[LEDs to off]]],[1,0x00000002,0b00000010,2,\table[[Turn on LEDs 4,5,6 and 7, then set all 8],[LEDs to off]]],[2,0x00000004,0b00000100,4,\table[[Create a scrolling pattern that moves],[from right to left starting with LED 1 and],[skipping every other LED. Only one LED],[should be on at any given time (i.e., LED],[1, then LED 3, then LED 5, then LED 7)],[and the pattern should end with all LEDs],[off.]]],[Other,Other,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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Rules In Database Systems Third International Workshop Rids 97 Sk Vde Sweden June 26 28 1997 Proceedings Lncs 1312

Authors: Andreas Geppert ,Mikael Berndtsson

1997th Edition

3540635165, 978-3540635161

More Books

Students also viewed these Databases questions

Question

b. Where did they come from?

Answered: 1 week ago