unsigned char tab[]= {0, 0, 239, 127} ?
Faut voir comment c'est compilé, mais je pense que ça doit ressembler à un dc.b.
sinon un truc du genre
unsigned long data= 0 << 24 | 0 << 16 | 239 << 8 | 127 << 0 ;
mais je suppose que ça donnera plutôt un dc.l
