diff options
author | Siddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com> | 2025-04-12 13:06:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-12 13:06:51 -0400 |
commit | fc20e7e7276b712f1e8db773b9215f900e877169 (patch) | |
tree | caecdd1499d2e391cd5bd2dcde3aebfade002a09 /input/simple.asm | |
parent | 5dbf0b63988b42c112ca0087cbbbb090566df5c1 (diff) | |
parent | 639098b1ea82be82bd18a4af415458fcbaf5e20b (diff) |
Merge pull request #8 from bdunahu/bdunahu
Add write raw bytes stage
Diffstat (limited to 'input/simple.asm')
-rw-r--r-- | input/simple.asm | 5 |
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) |