Assignment - assembly language requirements - developing a


Assignment - Assembly Language Requirements

This assignment consists of five major requirements.

1) Developing a solution to the problem below.

2) Ensuring that it assembles and runs correctly using the tools on edoras.

3) Documenting your solutions correctly.

4) Organizing your handin directory and submissions correctly.

Problem

1) Your program will prompt the user to enter a date in the form MM/DD/YYYY. Then your program will print "The date entered is XXXX dd, yyyy." where XXXX is the English month and dd is the date, followed by a comma, the year and a period. You may not have a leading zero on the day field. i.e. if the input is 10/04/2015, then October 04, 2015 is incorrect; it must be October 4, 2015.

2) You must ensure that your assembler can be assembled and run on edoras using the tools ppasm and bsvc. You may develop your solution on any machine you desire, as long as the final solution works on edoras.

3) Your solution must have a complete comment header as is detailed in your template.s file. During runtime, your solution to section 1 must output a correct title string as the first line printed. It should be in this format: Program #1, Student Name, csscxxxx

4) You must place a copy of your solution inside a folder named handin in your home directory. Your file MUST be named prog1.s and must not be modified after the turn in time. The modified timestamp for the file prog1.s in your handin folder will be used as the submission time. If it is after the due date, it will be counted as late. DO NOT turn in any compiled files.

Solution Preview :

Prepared by a verified Expert
Dissertation: Assignment - assembly language requirements - developing a
Reference No:- TGS02940055

Now Priced at $35 (50% Discount)

Recommended (93%)

Rated (4.5/5)