I'm learning to program in pbp-cdlite and looking at some code that I found, I saw this not sure but is "$0" and "$90" reseting all the flags and interupts.
in the OPTION_REG. AND INTCON

please explain

MAIN
OPTION_REG=$0
ON INTERRUPT GoTo bump
INTCON=$90

just trying to learn, asking for a little help

thanks