@ -57,7 +57,7 @@ lookup:
.data
arr: .word 5, 2, 1, 4, 6, 3 # change array to test
arr: .word 5, 2, 1, 4, 6, 3
enter_num: .asciiz "Enter number to be found: "
newline: .asciiz "\n"
str_found: .asciiz "found"