ICOP Technology ICOP-602X User Manual page 32

Icop-602 series embedded 386sx cpu isa half size sbc
Table of Contents

Advertisement

call writechip
mov ax, 00039h
call writechip
mov ax, 03838h ; Select "system reset" as
call readchip
and al, 00001111b
or al, 11010000b
xchg ah, al
call writechip
mov ax, 03737h ; Enable watchdog timer
call readchip
or al, 01000000b
xchg ah, al
call writechip
mov ax, 00013h ; Lock config. register
call writechip
mov ax, 04c00h
int 21h
main endp
readchip proc
out 22h, al
nop
nop
in al, 23h
nop
nop
ret
28
ICOP Embedded 386SX CPU ISA Half Size SBC User's Manual
; timeout action

Advertisement

Table of Contents
loading

Table of Contents