Курсовая работа: Програма Txtprintcom - резидентна програма для швидкого і зручного друкування виборчого тексту
; активностиSTART.
call prepare ; Запуск.
and byte ptr cs:[flags_offset],not(mask Sf or mask Rf or mask Af)
end_08h:
and byte ptr cs:[flags_offset],not mask Tf ; Сбросити
iret ; признак активністи Int_08h.
pass_08h: ; Передати управління ісходному
jmp dword ptr cs:[int_08h_vect-shift] ; обробнику.
int_08h_vect dd ?
int_08h endp
int_09h proc far
push ax ; Сохранити регістр AX.
in al,60h ; Ввести код натиснутої клавиши.
cmp al,70 ; клавиша ScrollLock.
jne remove_test
mov ah,2 ; Перевірити Shift state.
int 16h
and al,0h
cmp al,0h
jne pass_09h
or byte ptr cs:[flags_offset],mask Sf
jmp short end_09h
remove_test:
cmp al,1 ; Клавиша Esc ?
jne pass_09h
mov ah,2 ; Перевірити Shift state.
int 16h
and al,0ch
cmp al,0ch