
PCM-9388 User Manual 78
Superio_Config_Port
out dx, al
NEWIODELAY
inc dx
in al, dx
NEWIODELAY
ret
Superio_Get_Reg endp
;[]
==================================
============================[]
;Input : CL - register index
; AL - Value to write
;[]
==================================
============================[]
public Superio_Set_Reg
Superio_Set_Reg proc near
push ax
mov dx,
Superio_Config_Port
mov al,cl
out dx,al
NEWIODELAY
pop ax
inc dx
out dx,al
NEWIODELAY
ret
Superio_Set_Reg endp
Comentarios a estos manuales