80
<WDT Initial>
===============
.MODEL SMALL
.STACK 100h
.386p
.Code
IO_Port EQU 2Eh
;--- The WDTT value of an example is 5 seconds
;--- If the WDTT value is 0, the WDT is stop.
WDTT EQU 5
BEGIN:
;--- Init NCT610xD IO ---
mov dx,IO_Port
mov al,087h
out dx,al
out dx,al
;--- Set Logical Device 8 ---
mov ch,007h
mov cl,008h
call Set_IO
;--- WDT Function Active ---
mov ch,030h
call Get_IO
or cl,001h
call Set_IO
;--- Set WDT Timer ---
mov ch,0F1h
mov cl,WDTT
call Set_IO
;--- Close NCT610xD IO ---
mov dx,IO_Port
mov al,0AAh
out dx,al
;--- End Program ---
mov ah,4ch
int 21h
; ----------------------------------------
; ch = Index
; cl = Data
; ----------------------------------------
Get_IO Proc Near
mov dx,IO_Port
mov al,ch
Содержание PT-S3000HX-DC Series
Страница 1: ...1 Panel PC S Series PT S3000HX DC Series User s Manual CONTEC CO LTD ...
Страница 17: ...17 Physical dimensions PT S3000HX Figure 2 2 Physical Dimensions PT S3000HX ...
Страница 48: ...48 Figure 5 8 UEFI setting 2 2 SATA Mode Selection change to Intel RST Premium ...
Страница 49: ...49 Figure 5 9 UEFI setting 3 Figure 5 10 UEFI setting 4 Please set RAID ...
Страница 52: ...52 Press CTRL I Figure 5 15 Legancy setting 4 ...
Страница 70: ...70 Save Exit Load save setup items and exit the setup menu Figure 5 28 Save Exit menu ...
Страница 83: ...83 Disposing the battery Dispose the removed battery properly as instructed by local government ...