!pr1
!lm12
!rm75
Using QUICKTRACE with S-C Assembler..............Bob Urschel
                                              Valparaiso, IN

I wanted to use QUICKTRACE in conjunction with the S-C Assembler without having QUICKTRACE interfere with either my source file or any object code generated.  Since I always use the LC version of the assembler, I modified the HELLO program on the S-C assembler disk as follows:

!lm+5
10 HOME:PRINT "LOADING QUICKTRACE..."
20 POKE 40192,211:POKE40193,142:CALL42964
30 PRINT CHR$(4)"BLOAD QUICKTRACE,A$8F00"
40 PRINT:PRINT "LOADING S-C ASSEMBLER..."
50 VTAB24:POKE34,23:PRINTCHR$(4)"EXEC LOAD LCASM"
60 END
!lm-5

Line 20 in the HELLO program modifies the location of the DOS buffers by $E00 bytes to make room for the QUICKTRACE program.  After running the HELLO program, when the S-C prompt appears and BEFORE loading any S-C source files, enter:

       :$8F00G  <return>

This initializes QUICKTRACE.

I also changed the address at MON$ (from within QUICKTRACE) to MON$=D003 so when I press M from single-step mode, I return to the S-C Assembler with my source file intact.
