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

Merge branch 'tacikbas-master-patch-80166' into 'master'

changed main.s

See merge request !1
parents 3ede4521 56ab6524
Branches
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