Add missing ; for ASM comment

This commit is contained in:
Thomas Perl 2020-05-21 11:10:54 +02:00
commit f2025ac6e8

View file

@ -341,7 +341,7 @@ LinesDone:
; ;
call GetNextKey call GetNextKey
mov ax,0003h mov ax,0003h
int 10h text mode int 10h ;text mode
mov ah,4ch mov ah,4ch
int 21h ;done int 21h ;done
; ;