How can you work a conditional return in 68k? I tried branching to a label before a rts instruction, but that gave me an invalid instruction error. Does it have something to do with the differences in the way jsr and bsr push? thanks