Fix Assembly files (#999)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.data
|
||||
hw: .asciiz "Hello, World!"
|
||||
hw: .asciiz "Hello World"
|
||||
.text
|
||||
main:
|
||||
la $a0, hw #load the address of hw into $a0
|
||||
|
||||
Reference in New Issue
Block a user