diff options
Diffstat (limited to 'input/exchange-sort.asm')
-rw-r--r-- | input/exchange-sort.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/input/exchange-sort.asm b/input/exchange-sort.asm index de50608..d894e97 100644 --- a/input/exchange-sort.asm +++ b/input/exchange-sort.asm @@ -32,13 +32,13 @@ SWAPPER: store $8 arr($6) EXIT: - addi $2 $5 0x0 ;function postamble + addi $2 $5 0x0 ; function postamble pop $5 ret MAIN: - push $5 ;function preamble + push $5 ; function preamble addi $5 $2 0x0 subi $2 $2 0x4 |