Hi!
I need to do, in IA32 Assembly for GAS, a program capable of
sort a vector of integers, and calculate the mean and median values of the vector.
The vector integers is initialized and has a fixed size of 20 elements, and the output data be made to the monitor.
I have an example, but does't...