feat: ajout d'un commentaire lors de l'activation de la souris
This commit is contained in:
parent
051a6e57e9
commit
65add82338
|
@ -6,8 +6,12 @@ smart
|
||||||
org 0100h
|
org 0100h
|
||||||
|
|
||||||
start:
|
start:
|
||||||
|
mov si,offset message
|
||||||
|
mov ah,13
|
||||||
|
int 47h
|
||||||
mov ah,2
|
mov ah,2
|
||||||
int 74h
|
int 74h
|
||||||
db 0CBh
|
db 0CBh
|
||||||
|
|
||||||
|
message db 'Activation de la souris',0
|
||||||
end start
|
end start
|
||||||
|
|
Loading…
Reference in New Issue