!pr0
!lm12
!rm75
A Sometimes Useful Patch...................Bob Sander-Cederlof

Sometimes you would like to see all the hex bytes a macro produces, but not the expanded lines of source code.  The >LIST MOFF directive turns off both, but with the following three byte patch you can see the hex bytes for each macro call.

Motherboard version:   :$218B:0   (was 03)
                       :$21B3:0   (was 05)
                       :$21E2:0   (was 10)

RAM Card version:      :$C083 C083   (enable writing)
                       :$E2D7:0   (was 03)
                       :$E2FF:0   (was 05)
                       :$E32E:0   (was 10)

Don't make these into permanent patches, because there will be times when you want to use the .LIST directives normally.  If you feel like making the changes often, you might make two separate versions of the assembler, or make some EXEC files to do the patching on demand.

