Browse Source

Fix strange formatting bug

develop
Matthew Faltys 5 years ago
parent
commit
b28872238d
  1. 2
      prj1.asm

2
prj1.asm

@ -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"

Loading…
Cancel
Save