
75 PCM-9388 User Manual
Appendix B Watchdog Timer
============================[]
;Input : AL - WDT timer
;[]
==================================
============================[]
public Set_WDT
Set_WDT proc near
pusha
push ax
mov cl,8
;set to device 8
call
Set_Logic_Device
mov cl,0f5h
;get and set WDT
counter mode to second
call
Superio_Get_Reg
and al, not
08h
call
Superio_Set_Reg
mov cl,0f6h
Comentarios a estos manuales