CMPUT 229 Laboratory Assignment #6 ================================== Final Mark: /100 MARKS TOTAL ===== Part 1: _____ /10 LEB128 Encoding Part 2: _____ /25 Generating Table and Table Functions Part 3: _____ /50 Translating Instructions Part 4: _____ /15 Style ------------------------------------------------------------------------- Part 1: LEB128 Encoding _____ /10 _____ /4 Translates all negative numbers correctly _____ /2 Translates single byte numbers correctly (-64 to 63) _____ /4 Translates all positive numbers correctly ------------------------------------------------------------------------ Part 2: Generating Table and Table Functions _____ /25 ------------------------------------------------------------------------ Part 3: Translating Instructions _____ /50 _____ /15 Correctly translates I-type Instructions _____ /15 Correctly translates R-type Instructions _____ /20 Correctly translates branch Instructions ------------------------------------------------------------------------ Part 4: Style _____ /15 Some common deductions will include: (5 marks per deduction) No subroutine description No program header No explanation for register usage No block comments Incorrect submission file name or location in repo