![Aaeon EMB-830 Manual Download Page 64](http://html1.mh-extra.com/html/aaeon/emb-830/emb-830_manual_3215217064.webp)
E m b e d d e d A T X B o a r d
E M B - 8 3 0
Appendix A Programming the Watchdog Timer
A-9
OUT DX,AL
RET
Write_Configuration_Data ENDP
Superio_Set_Reg proc near
push ax
MOV DX,WORD PTR CS:[C04h]
mov al,cl
out dx,al
pop ax
inc dx
out dx,al
ret
Superio_Set_Reg endp
Set_Logic_Device proc near
push ax
push cx
xchg al,cl
mov cl,07h
call Superio_Set_Reg
pop cx
pop ax
ret
Set_Logic_Device endp
Summary of Contents for EMB-830
Page 1: ...EMB 830 EmbeddedATX Socket 478 based Intel Pentium 4 With LCD Ethernet Audio PCMCIA Mini PCI...
Page 8: ...Embedded ATX Board E M B 8 3 0 Chapter 1 General Information 1 1 General Information Chapter...
Page 35: ...Embedded ATX Board E M B 8 3 0 Chapter 3 Award BIOS Setup 3 1 Award BIOS Setup Chapter...
Page 50: ...Embedded ATX Board E M B 8 3 0 Chapter 4 Driver Installation 4 1 Driver Installation Chapter...