Keeping Printer On After Error Message

One customer wanted this, and maybe you would too.  He needed the printer to stay enabled even if an editor or assembler error message was generated.  S-C ASSEMBLER II Version 4.0 shuts off any printer after any error occurs, so he couldn't get his printer to stay on long enough to get a listing.

Here is a patch that will leave a printer "hooked in".

    :$1756:F0 24   (address of patch area)
    :$24F0:A9 FF 85 D9 20 80 1F 4C 26 10

After making the patch, you can BSAVE using A$1000,L$14FB.

The patch is put at $24F0; if you have already put some other patch there, be sure to put this one somewhere else!  Be sure you TEST it before you clobber or delete the original!  Be sure you really WANT it before you even bother to type it in!
