
unsigned char myfunc()
{
  _asm
  ljmp MY_FUNCTION
  mov dpl,a      ; put my return value where SDCC expects it
  _endasm;
  
}
