fix: correction d'un bogue pour le ret far et de l'affichage du nombre de bus

This commit is contained in:
Nicolas Hordé 2004-06-12 21:56:31 +00:00
parent 889a5b6cb9
commit a9fd6c916e
1 changed files with 4 additions and 4 deletions

View File

@ -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