Lab 2b
See Assignments Page
Materials
See the the Labs..Lab2b
subdirectory of the Shared folder
- Handout:: Read PDF the handout
- Software:: Download the
Mars4_5.jar
file in the shared folder. You should be able to double-click it and launch it if you have the Java Runtime environment already installed on your system. If you do not, you can download ad install the Java Runtime environment from this site. Details for how to use MARS are in the PDF handout. - Skeleton Files: Download the skeleton file and testbench file in the provided
.zip
file which contains:ee457_mm.s
contains a partially skeleton assembly file where you can write your matrix multiple code.
Procedure
In teams of 2:
-
Follow the instructions in the handout.
-
Complete the procedure described in the PDF handout to write, test, and optimize your assembly code.
Submission
-
Create a file with the name of you and your partner in a file
names.txt
. - Then ZIP the following files in a SINGLE .ZIP file (not .bz2, not .gz, not .tar but zip) named
lab2.zip
.- ee457_mm.s
- names.txt
- Submit your .ZIP file on the EE 457 Brightspace site in the Lab 2b dropbox under the Labs.