I\'m trying to implement a BubbleSort in ARM.
here\'s main.c:
#include #define SIZE 9 int sort(int*,int); int main(){ int arr