No quiz during the period: March 21 – March 28
Month: March 2021
Screencast19 is online
Screencast18 is online
Note on Code and Memory Browser not Matching
If the screenshot of your memory browser does not match your code then 25% (or more) will be taken off your assignment’s grade. An example would be that you put your variable in .data region in code, but the screenshot of your memory browser shows that it is in the .text region. Obviously that screenshot did not come from your code. This could also fall under academic dishonesty and reported to the College of Engineering.
Quiz03 solution has been posted
About Midterm02
Klueless Khans! as you must have noticed, Midterm02 is entirely based on previous assignments. It is to test that everyone has absorbed what has been practiced in the previous assignments, before we enter the more difficult parts of this course, like the stack, subroutines and interrupt vectors. Therefore, there will be very limited help from us (me and the TAs) for this midterm. You are on your own to do this midterm. Look at the posted solutions of the previous assignments for help, and watch the screencasts, specifically the ones recommended in the assignment (quizzes/midterms) statements.
Solution to Midterm02 of Au2020 has been posted
Solution to Midterm02 of Au2020 will not help you much with this semester’s midterm02, but students were asking, so I posted it 🙂
Midterm02 has been posted
Due Date: Sunday, March 21. 11:59pm
About Quiz03 again (corrected)
Only “number” and “result” should go in the .data region. The rest, i.e. your code, should go in the .text region. In my last announcement I forgot to mention “number”.