Josu Onandia <jonandia@fagorautomation.es>

I have a problem with the vector table, as is defined for the MPC860: 
When I download the code through the BDM port, the Program Counter is 
pointing at 100H, where is located the reset_vector. This sounds correct
to me. The problem is that the code saves r0 and r1 in the stack, and 
then calls the generic ISR_Handler, but the stack is not initialized yet!
I've solved it simply commenting out this code, and putting a branch to
'start'. It works, but because I don't understand exactly the intent of
the previous reset handler, I'm sure that it's not the best thing to do.

Be warned! 
