mips/masm/test.asm
2024-09-12 08:37:46 -04:00

30 lines
388 B
NASM

.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