well the task i have to complete requires me to use a stack..........we are getting to grips with how to use the pic and to use interrupts....so when a interrupt happens i wanna save the contexts of the WREG, STATUS and the BSR into each section of the stack. this is to be done with three different routines the ISR will run.......... i have done this by using MOVFF into registers but now i wanna use a stack

Thanks