
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Project; University: San Diego State University; Term: Spring 2004;
Typology: Study Guides, Projects, Research
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Due: Wednesday February 18, 2004. Possible Score = 25 points
Notes:
Programming Problem:
Write a mixed C/C++/assembly program that performs the tasks listed below. In a mixed program the C/C++ constructs can be used only for variable declarations, I/O services such as accepting data and displaying results only. All the code should otherwise be written in Assembly language. You are encouraged to make your program modular using procedures for both user interaction and arithmetic computations. Document your steps clearly using explicit comments