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
|
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
|
||||||
;
|
;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue