Intel GENE-8310 manual game port enable mov cl call SetLogicDevice InitialOK

Models: GENE-8310

1 57
Download 57 pages 40.25 Kb
Page 51
Image 51
;game port enable mov cl, 9

SubCompact Board

G E N E - 8 3 1 0

 

 

;game port enable mov cl, 9

call Set_Logic_Device

Initial_OK:

CALL Exit_Configuration_mode

MOV AH,4Ch

INT 21h

Enter_Configuration_Mode PROC NEAR MOV SI,WORD PTR CS:[Offset Cfg_Port]

MOV DX,02Eh

MOV CX,04h

Init_1:

MOV AL,BYTE PTR CS:[SI]

OUT DX,AL

INC SI

LOOP Init_1

RET

Enter_Configuration_Mode ENDP

Exit_Configuration_Mode PROC NEAR

MOV AX,0202h

CALL Write_Configuration_Data

Appendix A Programming the Watchdog Timer A-7

Page 51
Image 51
Intel GENE-8310 manual game port enable mov cl call SetLogicDevice InitialOK