Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a RISC V program for each of the following exercises. Exercise bex 3 a: Ask the user for his name then greet him as

Create a RISC V program for each of the following exercises. Exercise bex3a: Ask the user for his name then greet him as per the following dialog: What is your name? John Hello John! Save your solution as a file named bex3a. asm for possible future use. Exercise bex3b: Create a program that i) asks the user to enter an integer value, ii) asks the user to enter a memory address, and then it iii) stores the entered integer value in the memory at the entered address. The above process continues in a loop until cancelled. Save your solution as a file named bex3b. asm for possible future use.Exercise bex3c: A simple telephone directory can be constructed by DC assembler commands as follows: 8 Create a program that i) asks the user to enter a phone or a name, ii) searches the directory, and iii) reports the found entries. The above process continues in a loop until cancelled. The dialog could be as follows: Enter a phone or a name to search for: John John 11111 Enter a phone or a name to search for: 11111 John 11111 Sara 11111 Enter a phone or a name to search for:N1ck Nick 22222 Nick 33333 Enter a phone or a name to search for: Cancelled Save your solution as a file named bex3c.asm for possible future use.

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

Students also viewed these Databases questions

Question

2. How should this be dealt with by the organisation?

Answered: 1 week ago

Question

explain what is meant by the term fair dismissal

Answered: 1 week ago