Configure compiler code generation policies.
Format:
PRAGMA BOOTLOADER { BLOADER | LONG_START | LOADER18 [ cexpr ] | RICKPIC}
Set the user code preamble as follows:
Pre-amble:
ORG cexpr -- (or 0x0800 if cexpr is not present)The interrupt vector, if used, is put at cexpr + 8
Pre-amble:
ORG 0x0000 BSF/BCF _pclath, 4 BSF/BCF _pclath, 3 GOTO _pic_pre_user NOP
Pre-amble:
ORG 0x0003 GOTO _pic_pre_usernb: if "PRAGMA INTERRUPT RAW" is used, the interrupt routine must not exceed one page (minus a few bytes).