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

Grading Rubric Lab 11

Assembly Source Code icon lab1rubric.txt — Assembly Source Code, 1 KB

File contents

Output is identical to C program (20 points):
All functions use standard procedure call convention (20 points):
main() function (20 points):
quickSort() function (10 points):
partition() funciton (20 points):
random_in_range() function (10 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):