Question: Using MIPS can u finish the program by using the following skeleton? and add comment plz Lab Work In this task you are required to

Lab Work In this task you are required to write a program for asking the basic information from the user. In this program, the user is required to input his/her name and age (the sample input is as shown in bold). Your program is required to output a greeting to the user and display his/her name and age. Sample Output Please enter your nickname: Jeff Please enter your surname: AuYeung Jeff AuYeung How old are you? 18 You are 18 years old. Program Skeleton You may start your program by using the following skeleton, and comments must be included to describe the functions that you have performed. E.g. # Print a new line, # read a string, etc. # NAME: # Student ID: # CCIT4026 Computer Organization # Lab2 # Input and Output #-----Data Segment --- .data - Text Segment .text .globl - start -start: # Write your code here # Terminate the program (3) Save the file as lab2.asm (4) Assemble the program by clicking Run -> Assemble (5) Run the program by clicking Run -> Go
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
