
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
Instructions for cs433g students in the spring 2007 semester to write assembly code for adding pair-wise two arrays of arbitrary length using the arm-elf architecture. Provided resources, such as test data files and subroutines, and instructions for using the development environment. No due date is given, but students can receive feedback by submitting their work using the handin script.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

th
This MP is designed to test your basic assembly skills. It is also a test of the new development environment. MP0 will not be officially graded, but we will send feedback to students who submit their work using handin script.
Your task is to write the assembly code to add pair-wise two arrays of arbitrary length. You can assume that arrays have the same length. Assembly must be written for arm-elf architecture.
Provided resources:
You can start by renaming mp0.test to mp0.s. For full ‘credit’ you should make sure that your code works with any arbitrary arrays.
More information development environment can be found at: http://www.cs.uiuc.edu/class/sp07/cs433g/ecos.html
We would encourage you to send us feedback about the issues you encounter while using our system.