Question: Exercise bex 3 a: Ask the user for his name then greet him as per the following dialog: What is your name? John Hello John!
Exercise bexa: 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 bexaasm for possible future use.
Exercise bexb: 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 bex basm for possible future use.
Exercise bexc: A simple telephone directory can be constructed by DC assembler
commands as follows:
dir:
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
Enter a phone or a name
to search for:
John
Sara
Enter a phone or a name
to search for:Nick
Nick
Nick
Enter a phone or a name
to search for:Cancelled
Save your solution as a file named bexcasm for possible future use.
SOLVE IN RISCV plssssss
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
