Program code for 12-bit & 14-bit core parts always starts at 0. For 18F
parts, you have the option of using DEFINE RESET_ORG to force the
reset vector to another location.
If you're using the MCS loader, just use DEFINE LOADER_USED 1 to leave
space from 0-4 for the loader jump.
The MCS loader occupies high memory - so it's out of the way of normal
program code space.
Bookmarks