Update minimum-wrong.s
This commit is contained in:
parent
3b0cb4b737
commit
187cefcd63
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
; Ce programme devrait calculer et afficher la valeur minimale du tableau
|
||||||
|
; { 1, 5, 5, 6, 3, -1, 4, 37, -73, 0 }
|
||||||
|
|
||||||
.file "min.c"
|
.file "min.c"
|
||||||
.text
|
.text
|
||||||
.globl min
|
.globl min
|
||||||
|
|
Reference in a new issue