diff --git a/commande/commande.asm b/commande/commande.asm index fc49c52..572e7a7 100644 --- a/commande/commande.asm +++ b/commande/commande.asm @@ -147,15 +147,12 @@ noaddext: mov di,offset vga mov ah,40 int 47h - mov ax,9000h - mov es,ax - push ax - mov di,0100h - push di - mov ah,4 + mov ah,17 int 48h jc reallyerror push es + push 0100h + push es push es push es pop ds