[net.micro] Carriage Return/Line Feed for CoCo

wb9rin@sri-unix (12/14/82)

>From "TRS-80(TM) Microcomputer News", April, 1982 issue:

This program sends a line feed after a carriage return (CR-LF)

100 CLS
110 DATA 052, 020, 214, 111, 193, 254
120 DATA 038, 011, 129, 013, 038, 007, 190
130 DATA 160, 002, 173, 003, 134, 010, 053
140 DATA 020, 057
150 DATA FOR D=1000 TO 1021
160 READ E
170 POKE D, E
180 NEXT D
190 POKE 1021, PEEK(359)
200 POKE 1022, PEEK(360)
210 POKE 1023, PEEK(361)
220 POKE 359, 126
230 POKE 360, 3
240 POKE 361, 232
250 END

To use:

1)  type program in
2)  run program
3)  After OK, enter NEW to clear basic program.

This should work with both Color Basic and Extended Basic.
This program is not stored in user RAM, therefore no memory
need be set aside for it.
Radio Shack does not claim this program as an "official" Radio
Shack program, and does not guarantee its results
I personally have not used the program.

Good luck..    
 
					D. Noonan