LOAD_ADDR
char *loadat = (char *)LOAD_ADDR;
printf("Start @ 0x%x ... \n", LOAD_ADDR);
go(LOAD_ADDR, buf+1, ebuf);