Write assembly code that merge array 1 [2,2,3,8] , array 2 [3,5,8,0] and remove duplicate numbers and sort the final array. I Tired do it