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.

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.

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”.