Fix Assembly files (#999)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
jmp $
|
||||
|
||||
HelloWorld db "Hello world!",0xD,0xA,0
|
||||
HelloWorld db "Hello World",0xD,0xA,0
|
||||
|
||||
print_string:
|
||||
mov ah,0xE
|
||||
@@ -19,4 +19,4 @@ print_string:
|
||||
ret
|
||||
|
||||
times 510-($-$$) db 0
|
||||
dw 0xAA55
|
||||
dw 0xAA55
|
||||
|
||||
Reference in New Issue
Block a user