Maybe someone knows the function that reads an integer from a file?
Thanks a lot.
li $v0, 14 ## system call for ReadFile##
move $a0, $s0
la $a1, buffer1 # O
li $a2, 70
syscall
Maybe someone knows the function that reads an integer from a file?
Thanks a lot.
li $v0, 14 ## system call for ReadFile##
move $a0, $s0
la $a1, buffer1 # O
li $a2, 70
syscall