Ahhh, just realized that PBC define things a little different. This will probably work. I don't know what the file would be called but it should be one of the files in your \PBC\INC directory.

Code:
asm
    bsf RP0
    call 03ffh
    movwf OSCCAL
    bcf RP0
endasm
/Ingvar