Hi Pedja,
this is a sample program that runs ok without the DEFINE RESET_ORG.
What I'm trying to do is move it from org 0 to create place for my bootloader.
My real program needs interrupt.
I think I have read that interrupt vector are moved automatically when you use DEFINE RESET_ORG, you say not ?
Can you drive me how to remap int vector ?
Bookmarks