Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me answer this PLP 5.2 Thanks in Advance!! The Task: Write a program in PLP assembly that repeatedly reads the value of the

Please help me answer this

PLP 5.2

Thanks in Advance!!

image text in transcribed

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: Switch Hexadecima Binary Switch LED Pattern NumberSwitch Value Value 0x00000001 Ob00000001 Turn all 8 LEDs on and then off 0x000000020b00000010 Turn all even numbered LEDs on and then off 0x00000004 0b00000100 Turn all odd numbered LEDs on and then off 0x00000008 0b00001000 Cycle through all 8 LEDs in order with only one LED on at a time (a marquee) Other Other Other All LEDs off Hint: Logical shifts are not required to complete this project, but they should make your program shorter and more readable than hard coding every value to be written to the LEDs. Shifts can also be helpful when determining the switch value. 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: Switch Hexadecima Binary Switch LED Pattern NumberSwitch Value Value 0x00000001 Ob00000001 Turn all 8 LEDs on and then off 0x000000020b00000010 Turn all even numbered LEDs on and then off 0x00000004 0b00000100 Turn all odd numbered LEDs on and then off 0x00000008 0b00001000 Cycle through all 8 LEDs in order with only one LED on at a time (a marquee) Other Other Other All LEDs off Hint: Logical shifts are not required to complete this project, but they should make your program shorter and more readable than hard coding every value to be written to the LEDs. Shifts can also be helpful when determining the switch value

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

Information Modeling And Relational Databases

Authors: Terry Halpin, Tony Morgan

2nd Edition

0123735688, 978-0123735683

More Books

Students also viewed these Databases questions

Question

What are some of the limitations of CCPM as a methodology?

Answered: 1 week ago

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago