STRING1 FCC 'Now is the time for all good men to come to the aid of the party' FCB $04The above string can be printed using the outstrg function
LDX #STRING1 JSR OUTSTRGOUTSTRG is a BUFFALO routine which should be equated to:
OUTSTRG EQU $FFC7 This gives the label OUTSTRG a memory location of $FFC7, where BUFFALO has stored the code for the built-in function, outstrg.