remove test file
This commit is contained in:
parent
3e6b94ac2f
commit
3d339caada
1 changed files with 0 additions and 34 deletions
|
@ -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
|
Loading…
Reference in a new issue