Add missing ; for ASM comment
This commit is contained in:
parent
700514a488
commit
f2025ac6e8
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ LinesDone:
|
|||
;
|
||||
call GetNextKey
|
||||
mov ax,0003h
|
||||
int 10h text mode
|
||||
int 10h ;text mode
|
||||
mov ah,4ch
|
||||
int 21h ;done
|
||||
;
|
||||
|
|
|
|||
Loading…
Reference in a new issue