#6502 question. Is there any sane and quick way way to do the equivalent of popping the return address grabbing the word after, calling it as a subroutine and then returning after the value ?
The more I look the more it seems that the 6502 way to do this is going to be to have tiny stub routines in common space for each banked function I would need to call instead.
Embarrasingly for the 6502 it seems even the TMS7000 has better code density for C programs at this point 8)

