Fix Assembly files (#999)
This commit is contained in:
@@ -27,5 +27,5 @@ _start: ;tell linker entry point
|
||||
;there's no need to clean stack
|
||||
section .data
|
||||
|
||||
msg db "Hello, world!",0xa ;our string
|
||||
len equ $ - msg ;length of our string
|
||||
msg db "Hello World",0xa ;our string
|
||||
len equ $ - msg ;length of our string
|
||||
|
||||
Reference in New Issue
Block a user