hi everobody,

I use a 16F193x with a home bootloader
my bootloader is put between 0x0000 and 0x08FF

I created a test program with picbasic pro 2.60c
but when I use a routine : DEFINE RESET_ORG 0x0900
the compilator return an error "ERROR[101] c:\pbp\pbppi14e.lib 7907 : ERROR: (library cannot exceed address 800h.)"
I think it's because is not in the same page and picbasic pro doesn't use a PCLATH register (pagesel)

how can I do for use my home bootloader and use picbasic pro for the software?

thanks