CMPUT 229 Laboratory Assignment - Image Blurring ================================================ Final Mark: /100 MARKS TOTAL ===== Part 1: _____ /80 blur.s Part 2: _____ /20 Program Style ------------------------------------------------------------------------ Part 1: blur.s Total: _____ /80 Unit testing. _____ /15 Part 1: Helper Functions _____ /5 digitToAscii * The function works as expected. _____ /5 copy * The function works as expected. _____ /5 asciiToDigit * The function works as expected. _____ /35 Part 2: Parsing the file _____ /20 readNextNumber * The function works as expected. _____ /15 storeNumber * The function works as expected. _____ /30 Part 3: Blurring _____ /15 pixelKernelMul * The function works as expected. _____ /15 blurImage * The output image is exactly the same as the expected output. ------------------------------------------------------------------------ Part 2: Program Style Total: _____ /20 Some common deductions will include: (5 marks per deduction) No subroutine description No program header No explanation for register usage No block comments