char sdcc_external_startup(void)
{
   WDTCN = 0xde;   // ALL SFR PAGES
   WDTCN = 0xad;   // Disable watchdog timer
return 0;
}
