From 17ceacd06e58517962bb5e64dc5208224a38d1ee Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 10 Feb 2018 12:40:35 +0000 Subject: [code] Updating repository. --- src/ymh15/test.s | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/ymh15/test.s (limited to 'src/ymh15/test.s') diff --git a/src/ymh15/test.s b/src/ymh15/test.s deleted file mode 100644 index 80f645a..0000000 --- a/src/ymh15/test.s +++ /dev/null @@ -1,15 +0,0 @@ - .text - .globl main - -main: - li $8, 10 - li $9, 0 - li $10, 17 -loop: - beq $9, $8, end - add $10, $10, $9 - addi $9, $9, 1 - j loop -end: - ori $2, $0, 10 - syscall -- cgit