logo Use CA10RAM to get 10%* Discount.
Order Nowlogo
(5/5)

Write a program in PLP assembly that repeatedly reads the value of the switches

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Learning Objectives:

Use PLP branch instructions

Read from a memory mapped I/O device

 

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

Number Hexadecimal

Switch Value Binary

Switch Value Decimal

Switch Value LED Pattern

0 0x00000001 0b00000001 1 Turn on LEDs 0, 1, 2, and 3, then set all 8

LEDs to off

1 0x00000002 0b00000010 2 Turn on LEDs 4, 5, 6 and 7, then set all 8

LEDs to off

2 0x00000004 0b00000100 4 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.

 

Deliverables:

1. Take the Project 2 Pre Quiz (2 points)

2. Submit your program on Canvas with the format: Firstname_Lastname_project2.plp (16 points)

3. Take the Project 2 Post Quiz (2 points)

 

 

(5/5)
Attachments:

Related Questions

. Introgramming & Unix Fall 2018, CRN 44882, Oakland University Homework Assignment 6 - Using Arrays and Functions in C

DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma

. The standard path finding involves finding the (shortest) path from an origin to a destination, typically on a map. This is an

Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t

. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class. The LineItem class will represent an individual

Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th

. SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

. Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define:

1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Um e HaniScience

663 Answers

Hire Me
expert
Muhammad Ali HaiderFinance

955 Answers

Hire Me
expert
Husnain SaeedComputer science

873 Answers

Hire Me
expert
Atharva PatilComputer science

696 Answers

Hire Me

Get Free Quote!

371 Experts Online