/* YOUR FILE-HEADER COMMENT HERE */ .section .text .globl uint16_mult uint16_mult: // x0 = multiplicand // x1 = multiplier // x2 = address to store upper half of product // x3 = address to store lower half of product /* YOUR PART 2 CODE HERE */ ret