X16Community / x16-rom

Other
43 stars 27 forks source link

Calling `PRIMM` will break when not in ROM bank 0. #351

Open Yazwh0 opened 4 weeks ago

Yazwh0 commented 4 weeks ago

Unlike other kernel functions such as BSOUT.

I can understand why, given PRIMM uses data after the return address on the stack, so using the trampoline would be problematic.