diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-13 20:17:50 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-13 20:17:50 -0400 |
commit | 3d339caadac211d96326f800f8e05edec9cabbc9 (patch) | |
tree | 4ebc3fd8e22b1bb20e01f6431577c2e3fd5e07c4 /masm/test.asm | |
parent | fix store/load with labels (diff) | |
download | mips-3d339caadac211d96326f800f8e05edec9cabbc9.tar.gz mips-3d339caadac211d96326f800f8e05edec9cabbc9.tar.bz2 mips-3d339caadac211d96326f800f8e05edec9cabbc9.zip |
remove test file
Diffstat (limited to '')
-rw-r--r-- | masm/test.asm | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/masm/test.asm b/masm/test.asm deleted file mode 100644 index d848d29..0000000 --- a/masm/test.asm +++ /dev/null @@ -1,34 +0,0 @@ -.rodata -gay: -.word 3 - - -.data - -str: -.ascii "hello world" - -.text -.align 2 - -.globl main - -main: - add $zero,$t7,$t7 - xori $a0, $v1, 69 - addi $a0, $v1, 69 - nor $s0, $s1, $s2 - - bltzall $s7, 0x50 - - lui $t7, 0x55 - lw $t0, 18($t7) - - sll $t0, $s0, 17 -test: - mult $a0, $s6 - - mfhi $s0 - mtlo $s7 - - j test |