Question: Need help with syntax. Software being used is Neil Bauers Student Microprocessor Simulator ( sms 3 2 v 5 0 ) and regular syntax im

Need help with syntax. Software being used is Neil Bauers Student Microprocessor Simulator (sms32v50) and regular syntax im used to such as section.data causes an error. Can someone more familiar write up this code? Thank you!
Write an assembly program where the user can input their name and save it into an array. Set aside 15 elements for your array (not including the termination element) starting at memory location 40. Set up your code to exit early when the user presses enter.
Write an assembly program where the user can input a number and the program
will convert the number from the ASCII input to an integer and save the integer
into an array. Make a four-element array at location 50 and input your birth
year.
Write an assembly program that reverses an array. Create two five element
arrays, one at memory location 40 and the other at location 50. Initialize the
first array with random values. Have your program place the elements of the
first array into the second in reverse order.
Need help with syntax. Software being used is

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!