From 9465b99c3ffed37c92082f627ad8a253098b33f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Thu, 11 Nov 2004 16:18:54 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20f10=20correction=20de=20l'arret=20du=20p?= =?UTF-8?q?rogramme=20vers=20commande.exe.=20Changement=20de=20focntionnem?= =?UTF-8?q?ent=20sur=20F12=20mais=20pas=20encore=20termin=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noyau/clavier.asm | 411 +++++++++++++++++++++++++++------------------- 1 file changed, 246 insertions(+), 165 deletions(-) diff --git a/noyau/clavier.asm b/noyau/clavier.asm index cbc6cbc..83c32a6 100644 --- a/noyau/clavier.asm +++ b/noyau/clavier.asm @@ -15,35 +15,40 @@ tsr: db 2eh,0ffh,1eh dw offsets cli - mov cs:feax,eax - in al,60h + add dword ptr cs:popes,1 cmp cs:isstate,1 - jne nostate - cmp al,57 - jne endof - mov cs:isstate,0 - jmp endof - nostate: + je endofforce + mov cs:isstate,1 + mov cs:eaxr,eax + in al,60h cmp al,68 je F10 cmp al,87 je F11 cmp al,88 je F12 - endof: - mov eax,cs:feax +endof: + mov cs:isstate,0 + mov eax,cs:eaxr +endofforce: sti iret isstate db 0 infos db 40 dup (0) + feax dd 0 F10: - mov ax,6000h - push ax - mov di,0100h - push di -sti - db 0CBh + push cs + pop ds + mov si,offset com + mov ah,5 + int 49h + mov cs:isstate,0 + push gs + push 0100h + db 0CBh + +com db 'COMMANDE.EXE',0 F11: push ax di es @@ -65,154 +70,230 @@ notabove: f12: - mov cs:isstate,1 - pop word ptr cs:fip - pop word ptr cs:fcs - pop dword ptr cs:ffl - mov cs:fesp,esp - push ds es - pusha - push word ptr cs:fip - push gs - push fs - push ss - push es - push ds - push word ptr cs:fcs - push dword ptr cs:fesp - push ebp - push edi - push esi - push edx - push ecx - push ebx - push eax - push dword ptr cs:ffl - push cs - push cs - pop es - pop ds - mov ah,26 - int 47h - mov ah,2 - int 47h - mov ah,21 - mov cl,4 - int 47h - mov ah,13 - mov si,offset reg - int 47h - mov ah,6 - int 47h - mov ah,21 - mov cl,7 - int 47h - mov ah,13 - mov si,offset fla - int 47h - pop edx - mov cx,32 - mov ah,11 - int 47h - mov ah,5 - int 47h - mov ah,10 - int 47h - mov si,offset regs - mov bx,8+7 - mov ah,21 - mov cl,6 - int 47h -showallREG: - mov ah,6 - int 47h - cmp bx,8 - jb nodr - pop edx - mov cx,32 - jmp popo - nodr: - mov ah,21 - mov cl,1 - int 47h - xor edx,edx - pop dx - mov cx,16 - popo: - mov ah,13 - int 47h - mov ah,10 - int 47h - mov ah,5 - int 47h - push si - mov si,offset gr - mov ah,13 - int 47h - mov ah,8 - int 47h - mov si,offset dr - mov ah,13 - int 47h - pop si - add si,5 - dec bx - jnz showallreg - mov ah,34 - mov di,offset infos - int 47h - mov ah,25 - mov bl,cs:infos - xor bh,bh - dec bl - int 47h - mov si,offset app - mov ah,13 - int 47h - mov ah,32 - mov bl,cs:infos - xor bh,bh - mov di,ax - dec di - mov cl,116 - int 47h - pop es ds - sti - waitt: - cmp cs:isstate,0 - jne waitt - mov ah,27 - int 47h - popa - pop es ds - push dword ptr cs:ffl - push word ptr cs:fcs - push word ptr cs:fip - jmp endof -reg db ' Etats des registres',0 -fla db 'Eflags:',0 -regs db 'EAX:',0 - db 'EBX:',0 - db 'ECX:',0 - db 'EDX:',0 - db 'ESI:',0 - db 'EDI:',0 - db 'EBP:',0 - db 'ESP:',0 - db ' CS:',0 - db ' DS:',0 - db ' ES:',0 - db ' FS:',0 - db ' GS:',0 - db ' SS:',0 - db ' IP:',0 -gr db '(',0 -dr db ')',0 -app db 'Appuyez sur espace pour quitter...',0 -ffl dd 0 -fcs dw 0 -fip dw 0 -fesp dd 0 -feax dd 0 +showreg: +pushf +pushad +mov bp,sp +mov ax,ss:[bp+28h] +mov cs:[csr],ax +mov ax,ss:[bp+26h] +mov cs:[ipr],ax +mov ax,ss:[bp+2Ah] +mov cs:[flr],ax +mov cs:[ebxr],ebx +mov cs:[ecxr],ecx +mov cs:[edxr],edx +mov cs:[esir],esi +mov cs:[edir],edi +mov cs:[espr],esp +mov cs:[ebpr],ebp +mov cs:[dsr],ds +mov cs:[esr],es +mov cs:[fsr],fs +mov cs:[gsr],gs +mov cs:[ssr],ss +push ds +pop fs +push cs +pop ds +mov ah,28h +int 47h +mov ax,0002 +int 47H +mov ah,2 +int 47h +mov si,offset etat +mov ah,13 +int 47h +mov ah,6 +int 47h +mov ah,6 +int 47h +mov si,offset reg +mov di,offset regdata +mov bx,7 +showregs: +cmp byte ptr cs:[si+4],":" +jne endshowregs +mov ah,13 +int 47h +cmp byte ptr cs:[si+3],"g" +je segsss +cmp byte ptr cs:[si+2]," " +je segsss +mov edx,cs:[di] +mov cx,32 +mov ah,0Ah +int 47h +add di,4 +jmp showmax +segsss: +xor edx,edx +mov dx,cs:[di] +mov cx,16 +mov ah,0Ah +int 47h +push si +mov ah,13 +mov si,offset blank +int 47h +pop si +add di,2 +showmax: +add si,7 +mov ebp,edx +push si +mov si,offset beginds +mov ah,13 +int 47h +pop si +mov cx,8 +mov al,0 +mov bx,bp +letshow: +mov dl,fs:[bx] +inc bx +mov ah,0Ah +int 47h +inc al +cmp al,10 +jb letshow +push si +mov si,offset ende +mov ah,13 +int 47h +mov si,offset begines +mov ah,13 +int 47h +pop si +mov bx,bp +mov cx,8 +mov al,0 +letshow2: +mov dl,es:[bx] +inc bx +mov ah,0Ah +int 47h +inc al +cmp al,10 +jb letshow2 +push si +mov si,offset ende +mov ah,13 +int 47h +mov si,offset beginint +mov ah,13 +int 47h +pop si +mov edx,ebp +mov ah,8 +int 47h +push si +mov si,offset endint +mov ah,13 +int 47h +pop si +mov ah,6 +int 47h +jmp showregs +endshowregs: +mov ah,6 +int 47h +mov si,offset pile +mov ah,13 +int 47h +mov ah,6 +int 47h +mov bp,sp +mov di,0ffffh +sub di,bp +xor si,si +showstack: +mov dl,'+' +mov ah,07h +int 47h +mov ah,0Ah +mov cx,8 +mov dx,si +int 47h +mov dl,':' +mov ah,07h +int 47h +mov dx,ss:[bp+si] +mov ah,0Ah +mov cx,16 +int 47h +mov ah,06 +int 47h +inc si +inc si +cmp si,di +jb showstack + +mov ah,0ah +mov edx,cs:popes +mov cx,32 +int 47h + + + + + + +xor ax,ax +int 16h +mov ah,29h +int 47h +popad +popf +jmp endof + +popes dd 0 + +regdata: +eaxr dd 0 +ebxr dd 0 +ecxr dd 0 +edxr dd 0 +esir dd 0 +edir dd 0 +espr dd 0 +ebpr dd 0 +ipr dw 0 +csr dw 0 +dsr dw 0 +esr dw 0 +fsr dw 0 +gsr dw 0 +ssr dw 0 +flr dw 0 + +etat db ' Etat des registres processeurs',0 + +reg db "eax : ",0 + db "ebx : ",0 + db "ecx : ",0 + db "edx : ",0 + db "esi : ",0 + db "edi : ",0 + db "esp : ",0 + db "ebp : ",0 + db "ip : ",0 + db "cs : ",0 + db "ds : ",0 + db "es : ",0 + db "fs : ",0 + db "gs : ",0 + db "ss : ",0 + db "flag: ",0 + +pile db 'Stack :',0 + +blank db ' ',0 +beginint db ' (',0 +endint db ') ',0 +begines db ' es[',0 +beginds db ' ds[',0 +ende db '] ',0 end start