Lab 10
11/6 @ 11:59 PM
Not accepted late
Note: this is lab 10, even though we're in week 11. The difference is because of the week(s) where no lab was held.

This task is intended to give you some practice with writing assembly code. For this task, you'll be given an array of pseudorandom integers in memory. Your job is to compute the sum of those numbers (don't worry about overflow) and set it to the program's return code.

Some of the code for this lab is already written for you, and is available here.

All you need to do is enhance this code to compute the sum. It's also a good chance to check out some x64 code.