coa-lab/assignment-1/supporting_files/program_templates/descending_template.asm

17 lines
236 B
NASM
Executable File

.data
a:
70
80
40
20
10
30
50
60
n:
8
.text
// your code here
// you may change the numbers in the array, and the size of the array; but allow the name of the array to remain as 'a', and size as 'n'
// remove these comments!