diff options
author | bd <bdunahu@operationnull.com> | 2025-05-10 22:45:24 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-10 22:45:24 -0400 |
commit | d1ef2e2171d660bac392c19bc0094c5e76c986f6 (patch) | |
tree | d5a3229f701873ce59f1c1e7ce6896a3f31568ca /input/exchange-sort.asm | |
parent | 2d1701842bff269de7c07010eb490eeb7ac6f06e (diff) |
Add initial vector tests
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 |