Machine Problem 2, due September 28

Part of the homework for 22C:60, Fall 2008
by Douglas W. Jones
THE UNIVERSITY OF IOWA Department of Computer Science

Submit the source file mp1.a (or mp1.txt if you must) for your solution using the submit command, documented at:
-- http://www.divms.uiowa.edu/help/msstart/submit.html

Note: There is no class on the due date.

The Problem

Take the working Hello World program from Chapter 5 of the notes. Get it to work, and then change it as follows:

This isn't much of a programming problem, but you will probably have to add a few new subroutine calls to the Hello World program in order to make two separate output messages appear on two separate lines. The primary purpose of this assignment is to get you using the tools for this course.

Half credit will be given for cleanly formatted properly commented source code, regardless of whether it works correctly. Half credit will be given for the correct operation of your program, regardless of looks.