feat: modification du programme afin qu'il soit compatible avec les blocs mémoires

This commit is contained in:
Nicolas Hordé 2004-11-05 00:59:48 +00:00
parent 4a5372aa9d
commit 2d79e0a541
1 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@ start:
mov ax,0305h
mov bx,0008h
int 16h
mov ah,28h
int 47h
mov ax,0002
int 47H
mov ah,2
@ -285,7 +287,7 @@ cursor:
suit7:
cmp ax,4200h
jne adres
mov ah,27
mov ah,29h
int 47h
db 0CBH ; +++++++
ret