hi henrik

in asm I can do this

Code:
 asm
  ifdef SSPIF
     #define  ssp_1  0
    endif


    ifdef SSP1IF
     #define  ssp_1  1 
    endif

endasm


but a #define thats made here seems unreadable to the pbp compiler
and I don't really want to do the whole routine in asm