Using CCv5. Ignore course number; it isn't applicable after OSU switched to semesters.
Given:
a: .byte 1, 6, -4, 6, 8, -10, 5, 10, -2, -1
Write pseudo-code, draw a flowchart, and write assembly code to arrange the elements of array a in descending order, i.e., a[0] >= a[1] >= a[2] >= ...