Re: A92: bsr, jsr


[Prev][Next][Index][Thread]

Re: A92: bsr, jsr




> 
> What happens to PC when bsr or jsr are executed?  That is, how does the
> processor know where to go after an rts?
> 
 the PC is pushed on the stack, and when you use rts, PC is updated by poping 
the old PC value which is in the stack.

--
Sacha Kaercher


References: