A:Sethi ox105A90, %r5 !Sethi ox105A90 into r5 then or it to get the rest of the bits in. or %r5, ox178, %r5 B:st %r5, [ox708] !store r5 into memory location ox708 C: sethi ox000000, %r5 !makes r5 null D:Add ox10203, [ox708] !adds ox10203 into memory location ox708 E:st %r3, [ox708] !we are then storing memory location ox708 into r3 F: xor %r3,%r5 , %r17 ! do an exclusive or on r3 and r5 and storing them in r17 st %r17, [oxCCC] then storing r17 into memory location oxCCC.