
PCM-9388 User Manual 74
B.1 Watchdog Timer Sample Code
NEWIODELAY MACRO
out 0ebh,al
ENDM
.MODEL small,c
.486p
.dosseg
.stack
.const
Superio_Config_Port equ
2eh
.data
.code
.startup
call
Superio_Enter_Config ;unlock
superio
mov al,10
;set 10 seconds
call Set_WDT
;Watch_Dog_Setting
call
Superio_Exit_Config ;lock
superio
.exit
;[]
==================================
Comentarios a estos manuales