G r e e n E m b e d d e d S y s t e m
G E S - 5 5 0 0 F
Appendix A Programming the Watchdog Timer
A-10
MOV DX,WORD PTR CS:[C06h]
IN AL,DX
RET
Read_Configuration_Data ENDP
Write_Configuration_Data PROC NEAR
MOV DX,WORD PTR CS:[C04h]
OUT DX,AL
XCHG AL,AH
MOV DX,WORD PTR CS:[C06h]
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
Set_Logic_Device
proc
near