Owner's Manual

1-6
Overview
MS-96E3
Overview
MS-96E3
D. Enable watchdog timer
Activate WDTO#
mov dx, 04eh ;CR 30h: bit 0 ll in 1
mov al, 030h
out dx, al
inc dx
mov al, 01h
out dx, al
; Setup WDTO# count mode
; Set bit 4 and bit 3 by request
; Set bit 2 to 0
; Set bit 1 to 1