Project 1
CS 345
Computer Organization
10 Points
Due Wednesday, Feb. 4, 2015 at 11:59:59 pm


Introduction to Assembly

Write a program in a high level language such as Java or C that will print your name, the list of course ids for the courses in which you are enrolled, and one of your hobbies. The list of course ids must be stored in and retrieved from an integer array.

Provided below is a list of outputs.

Once you have completed the high level language program, convert your program to assembly.

Output Example

Name: David Monismith
Courses:
44345
44599
44696
Hobby: Running

Submission

Submit your Java/C source code and your MIPS assembly code to the eCompanion Dropbox for Project 1.