diff options
author | bd <bdunahu@operationnull.com> | 2025-04-11 03:32:24 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-11 03:32:24 -0400 |
commit | 1904e4e800dcf37becb3bba17c3a3aaca3c7a47c (patch) | |
tree | d639d0d37216071462c008345d361358db24b171 /input/simple.asm | |
parent | 1161354f5dbb9648f90edb3ffb16dc9daad7d966 (diff) |
Add a few new test files
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) |