Fix Assembly files (#999)

This commit is contained in:
MrBrain295
2021-05-07 20:33:04 -05:00
committed by GitHub
parent 4e3bde945b
commit 45856bf57b
21 changed files with 24 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ EXTRN GetStdHandle@4 : PROC
EXTRN WriteConsoleA@20 : PROC
.data
msg BYTE "Hello World!",0
msg BYTE "Hello World",0
bytesWritten DWORD ?
.code