.code PRINT START 0 LDX #0 LOOP LDCH string,X WD dev TIX len JLT LOOP HALT J HALT .Data dev BYTE 0xAA string BYTE C"SIC/EX\n" len WORD 7 END PRINT