fix: correction de quelques oublis

This commit is contained in:
Nicolas Hordé 2007-03-28 21:24:53 +00:00
parent 7c0c00a696
commit 676c3ca407
1 changed files with 3 additions and 3 deletions

View File

@ -22,6 +22,7 @@ realstart:
jc problem jc problem
mov ecx,eax mov ecx,eax
call [cs:mbfind],offset logo call [cs:mbfind],offset logo
jc problem
call [cs:decompressrle],ax,0,es,0,cx call [cs:decompressrle],ax,0,es,0,cx
jc problem2 jc problem2
push es push es
@ -34,8 +35,7 @@ realstart:
jc problem4 jc problem4
push cs push cs
pop ds pop ds
push offset poper call [cs:print],offset poper
call [cs:print]
endofit: endofit:
xor ax,ax xor ax,ax
int 16h int 16h
@ -67,7 +67,7 @@ problem4:
jmp endofit jmp endofit
poper db '\c0BC\c0CO\c0DS\c0E2\c0E0\c0E0\c0F0 en mode graphique',0 poper db '\c0BC\c0CO\c0DS\c0E2\c0E0\c0E0\c0F0 en mode graphique',0
logo db 'cos.rip',0 logo db 'COS.RIP',0
ok1 db 'Chargement de l''image OK',0 ok1 db 'Chargement de l''image OK',0
ok2 db 'Decompression de l''image OK',0 ok2 db 'Decompression de l''image OK',0
error3 db '\c04Une erreur est apparue lors de l''allocation de mémoire',0 error3 db '\c04Une erreur est apparue lors de l''allocation de mémoire',0