Skip to content
Snippets Groups Projects
Commit 56ab6524 authored by ACIKBAS TUNA's avatar ACIKBAS TUNA
Browse files

changed main.s

parent 3ede4521
1 merge request!1changed main.s
......@@ -28,11 +28,9 @@ cell_lecture_bit:
sub $a1, $t0, $a1 # modify the value to get a shift of 31 -I digits
sllv $a0, $a0,$a1
srl $a0, $a0,31
move $v0 $a0
jr $ra
li $v0, 1
jal pow
move $t0 $t3
pow_10: #function to get the 10**n for a given n
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment