uva-cs / pdr

A repo for a Program and Data Representation university-level course
Other
91 stars 227 forks source link

Added explicit clarifications to lab 7 and 8 instructions #47

Closed adeet1 closed 4 years ago

adeet1 commented 4 years ago

f3cf271: Lab 7 - added explicit guideline for students to create an array load instruction in bubblesort.ibcm for the in-lab, just like array.ibcm for the pre-lab.

2138a7f: Lab 8 - added clarification that power() in mathlib.s must call product() and that imul is not allowed. There were Piazza posts about this.

9e9fe56: Lab 8 - fixes inconsistency in the instructions for readings. The CMU reading is optional, and the pre-lab instructions should tell students to read the book chapters on x86 and the C calling convention.