David Dunn wrote: > > How do i keep PBP (picbasic pro) compiled code out of 0000h - 0003h ? > > When I try to load a .hex file with romzap that i've done in PBP, it says the code is using that area and will overwrite the boot loader. > > I've tried using DEFINE ONINT_USED 1 but that doesn't seem to help. > > I'd like to keep Interrupt function if possible. > ROMzap now has a switch to disable the code that occupies ROM 0000h - 0002h Then you can access the bootloader from within your own software if need be. -- Best regards Tony mICro's http://www.picnpoke.com mailto:sales@picnpoke.com -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.