summaryrefslogtreecommitdiff
path: root/input/simple.asm
diff options
context:
space:
mode:
authorSiddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com>2025-04-12 13:06:51 -0400
committerGitHub <noreply@github.com>2025-04-12 13:06:51 -0400
commitfc20e7e7276b712f1e8db773b9215f900e877169 (patch)
treecaecdd1499d2e391cd5bd2dcde3aebfade002a09 /input/simple.asm
parent5dbf0b63988b42c112ca0087cbbbb090566df5c1 (diff)
parent639098b1ea82be82bd18a4af415458fcbaf5e20b (diff)
Merge pull request #8 from bdunahu/bdunahu
Add write raw bytes stage
Diffstat (limited to 'input/simple.asm')
-rw-r--r--input/simple.asm5
1 files changed, 0 insertions, 5 deletions
diff --git a/input/simple.asm b/input/simple.asm
deleted file mode 100644
index 3e60ee8..0000000
--- a/input/simple.asm
+++ /dev/null
@@ -1,5 +0,0 @@
- addi $sp $0 512
- addi $5 $0 1
- store $5 0($sp)
- addi $5 $0 2
- store $5 1($sp)