diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-12 08:37:46 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-12 08:37:46 -0400 |
commit | 0c8ad22d45ea74b1687cc3b6f452c5a0939873a5 (patch) | |
tree | 8ab44b1048e73f52ee9e597f85fff38e277801b9 /masm/test.asm | |
parent | add ascii and asciiz directives, fix symtab bug (diff) | |
download | mips-0c8ad22d45ea74b1687cc3b6f452c5a0939873a5.tar.gz mips-0c8ad22d45ea74b1687cc3b6f452c5a0939873a5.tar.bz2 mips-0c8ad22d45ea74b1687cc3b6f452c5a0939873a5.zip |
big endian
Diffstat (limited to '')
-rw-r--r-- | masm/test.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/masm/test.asm b/masm/test.asm index 3dea7c9..b4c1498 100644 --- a/masm/test.asm +++ b/masm/test.asm @@ -7,7 +7,6 @@ str: .align 2 .globl main -.extern test2 main: add $zero,$t7,$t7 @@ -27,4 +26,4 @@ test: mfhi $s0 mtlo $s7 - j test2 + j test |