CMPUT 229 Laboratory Assignment - Fix Branch ============================================ Final Mark: /100 MARKS TOTAL ===== Part 1: _____ /80 fixBranch.s Part 2: _____ /20 Program Style ------------------------------------------------------------------------ Part 1: fixBranch.s Total: _____ /80 The categories in this section will be graded from the percentage of correct output from 6 test cases. _____ /24 findInsertions * Correct implementation of findInsertions. _____ /12 Insertion points * Correct insertion points _____ /12 Number of instruction inserted * Correct number of insertions _____ /24 findBranches * Correct implementation of findBranches. _____ /12 Branches * Correct addresses of branch instructions _____ /12 Targets * Correct addresses of branch targets _____ /32 fixBranch * Correct modified program after fixing branch instructions ------------------------------------------------------------------------ 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