TODO the PASM/PIR assembler should catch this abuse of bsr.
.sub main bsr foo .end .sub foo # a lot of registers used # bang ret .end bsr is only safe inside one .sub: .sub main bsr foo ... foo: ... ret .end leo
TODO the PASM/PIR assembler should catch this abuse of bsr.
.sub main bsr foo .end .sub foo # a lot of registers used # bang ret .end bsr is only safe inside one .sub: .sub main bsr foo ... foo: ... ret .end leo