Fix Assembly files (#999)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
.stack 100h
|
||||
|
||||
.data
|
||||
msg db "Hello World!",'$'
|
||||
msg db "Hello World",'$'
|
||||
|
||||
.code
|
||||
main proc
|
||||
|
||||
Reference in New Issue
Block a user