7 // no need to call this, it generates compiler error:
8 // error: FATAL Compiler Internal Error in file 'gen.c'
9 // line number '8381' : genPointerSet: illegal pointer type
10 // Contact Author with source code
13 writeflash (__code
unsigned char *cp
, unsigned char val
)
15 *(__xdata
unsigned char *)cp
= val
;