johncuizak1975 johncuizak1975 29-01-2024 Computers and Technology contestada Write an assembly code to implement the selection sort algorithm instead of the bubble sort algorithm. Use the following data in your array: 4, 8, 2, 13, 3, 7. Sort the data in ascending order and print out the result.