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):