S u b C o m p a c t B o a r d
G E N E - 8 3 1 0
Appendix A Programming the Watchdog Timer
A-6
A.2 ITE8712 Watchdog Timer Initial Program
.MODEL SMALL
.CODE
Main:
CALL Enter_Configuration_mode
CALL Check_Chip
mov cl, 7
call Set_Logic_Device
;time setting
mov cl, 10 ; 10 Sec
dec al
Watch_Dog_Setting:
;Timer setting
mov al, cl
mov cl, 73h
call Superio_Set_Reg
;Clear by keyboard or mouse interrupt
mov al, 0f0h
mov cl, 71h
call Superio_Set_Reg
;unit is second.
mov al, 0C0H
mov cl, 72h
call Superio_Set_Reg
Summary of Contents for GENE-8310
Page 18: ...SubCompact Board G E N E 8 3 1 0 Chapter 2 Quick Installation Guide 2 4 Solder Side CFD1 DIMM1...
Page 36: ...SubCompact Board G E N E 8 3 1 0 Chapter 3 Award BIOS Setup 3 1 Chapter Award 3 BIOS Setup...
Page 54: ...SubCompact Board G E N E 8 3 1 0 Appendix B I O Information B 1 I O Information Appendix B...
Page 57: ...SubCompact Board G E N E 8 3 1 0 Appendix C Mating Connector C 1 Mating Connector Appendix C...