From d1ef2e2171d660bac392c19bc0094c5e76c986f6 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 10 May 2025 22:45:24 -0400 Subject: Add initial vector tests --- input/exchange-sort.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input/exchange-sort.asm') 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 -- cgit v1.2.3