You are here: Home / Past Courses / Fall 2016 - ECPE 170 / Labs / Grading Rubric Lab 11

Grading Rubric Lab 11

Assembly Source Code icon rubric-lab-11.txt — Assembly Source Code, 1 KB

File contents

Grading Rubric - Lab 11
Lab Value: 135 points
================================================

Output is identical to C program (20 points):
All functions use standard procedure call convention (20 points):
main() function (20 points):
gcd() function (20 points):
random_in_range() function (20 points):
get_random() function (20 points):
Layout (5 points):
 (separate .text and .data sections, main is labeled, use of syscall to exit)
Commenting (10 points):