Try the original HIJACKING way since I couldn't get it to work with our own DEFINE the second time I tried it.
If you are using MPLAB you can look under view and program memory to see what your code looks like.
Try the original approach:
1: Change the LOADER_USED line in the LIB
2: DEFINE LOADER_USED 1 in your code
3: Compile
4: Check program memory, there should be code in position 0 and 2 then FFFF until $EB00
Syntax in PBP can be a little bit tricky. Some functions don't really like that you have a formula as argument. They want to have a WORD or BYTE only.
/me
Bookmarks