
$INCLUDE   (cyf120.h)

?C_C51STARTUP    SEGMENT   CODE
?STACK           SEGMENT   IDATA

RSEG       ?STACK
DS         1

EXTRN      CODE (?C_START)
PUBLIC     ?C_STARTUP

           RSEG  ?C_C51STARTUP

?C_STARTUP:
;; disable watchdog (should be enabled after initialization)