Assembly Project for CMPE 310

Assigned: Thursday, Feb 18

Due: Tuesday, Feb 22nd

 

Project Description:

Write an 80x86 assembly program that performs the following functions:

 

You must use the submit program to submit your code. We will put instructions out on our web site for this. You are also required to turn in a hardcopy. The breakdown of the points are as follows:

 

You can construct your own data files for this in the format described above. We will test your code on our own examples. Both the program and hardcopy are due at the beginning of lab this friday.

 

NOTE: You may use the C library functions for this project. The relevant functions are fopen, fscanf and printf. You will need to use gcc to link you source code if you use the C library functions (as indicated in the help on my web page).