fix: correction d'un bogue pour le ret far et de l'affichage du nombre de bus
This commit is contained in:
parent
889a5b6cb9
commit
a9fd6c916e
|
@ -41,8 +41,8 @@ mov ah,6
|
||||||
int 47h
|
int 47h
|
||||||
|
|
||||||
mov si,offset nbbuses
|
mov si,offset nbbuses
|
||||||
mov si,offset pcivers2
|
|
||||||
mov ah,13
|
mov ah,13
|
||||||
|
int 47h
|
||||||
xor edx,edx
|
xor edx,edx
|
||||||
mov dl,nbbus
|
mov dl,nbbus
|
||||||
inc dl
|
inc dl
|
||||||
|
@ -118,8 +118,6 @@ mov ah,06
|
||||||
int 47h
|
int 47h
|
||||||
pop di cx
|
pop di cx
|
||||||
|
|
||||||
jmp noerror
|
|
||||||
noerror:
|
|
||||||
inc ch
|
inc ch
|
||||||
cmp ch,7
|
cmp ch,7
|
||||||
jbe search
|
jbe search
|
||||||
|
@ -132,7 +130,9 @@ xor cl,cl
|
||||||
inc al
|
inc al
|
||||||
cmp al,16
|
cmp al,16
|
||||||
jbe search
|
jbe search
|
||||||
ret
|
xor ax,ax
|
||||||
|
int 16h
|
||||||
|
db 0CBh
|
||||||
|
|
||||||
msg3 db ' Classe:',0
|
msg3 db ' Classe:',0
|
||||||
msg1 db 'Peripherique :',0
|
msg1 db 'Peripherique :',0
|
||||||
|
|
Loading…
Reference in New Issue