######### FOR USE WITH A TANDY 200 WITH ALL THREE (3) INTERNAL BANKS ########## XTLCM3.CO will allow you to jump from bank to bank while on-line with either an external or internal modem. And whichever bank you jump to, the hooks are active to allow you to switch banks again. XTLCM3.CO uses no user RAM! It need not be in RAM after it has been run once. It does not run in HIMEM so there are no conflicts with other .CO programs. XTLCM3.CO runs in system RAM. The code in each bank resides in the last 15 file slots of the directory. This means that you can have a maximum of 31 files per bank, instead of 46. From the T200 users I have spoken to, this is not a problem. In return for the 15 file sacrifice you get several excellent TELCOM enhancements. XTLCM3.CO need only be run once from any bank. It will automatically take you to TELCOM for immediate use. Once run, XTLCM3.CO can be saved and deleted from RAM. It is permanently installed in all three banks until FIXDIR.BA is run, a cold start, or another program resets the TELCOM hooks. NOTE: The first time you enter TELCOM in another bank, you will enter the TERM mode by pressing F4(Term). Should you exit this bank, and re-enter it, you will have to type TERM if F4(Term) doesn't work. XTLCM3.CO adds the following to TELCOM's TERM mode... F6 = display files and bytes F6+SHIFT = direct access to TEXT F7 = jump to TELCOM in next bank F7+SHIFT = jmp TELCOM in prev. bank XTLCM3.CO is created by running the BASIC loader listed below. 1 '************************ 2 '* XTLCM3.CO * 3 '* by Paul Globman * 4 '* Copyright (c) 1988 * 5 '************************ 10 FOR I = 63600 TO 63830 20 READ X:POKE I,X:SM=SM+X 30 NEXT 40 IF SM = 30659 THEN 60 50 PRINT"Error in Data":STOP 60 SAVEM"XTLCM3",63600,63830,63764 100 DATA 255,205,62,79,58,22,253,31 110 DATA 210,70,244,33,27,244,34,52 120 DATA 239,196,69,79,205,75,113,33 130 DATA 196,113,205,23,53,205,240 140 DATA 84,215,202,64,244,205,115 150 DATA 45,229,33,0,0,34,210,239,62 160 DATA 1,33,64,244,195,39,115,205 170 DATA 150,79,195,139,99,205,42,42 180 DATA 205,253,154,195,62,79,243,58 190 DATA 22,253,31,219,216,220,93,244 200 DATA 33,103,244,229,198,4,230,12 210 DATA 254,12,202,93,244,201,50,155 220 DATA 244,33,245,238,6,0,87,205 230 DATA 176,155,33,60,239,84,93,1,7 240 DATA 0,205,153,244,42,172,254,58 250 DATA 155,244,211,216,34,172,254 260 DATA 49,156,249,205,71,76,205,77 270 DATA 79,175,50,30,253,195,253,95 280 DATA 197,6,0,213,86,227,205,176 290 DATA 155,209,235,193,35,19,11,121 300 DATA 176,194,153,244,201,243,175 310 DATA 205,42,249,62,4,205,42,249 320 DATA 62,8,205,42,249,195,253,95 330 DATA 11,244,79,244,50,68,249,33 340 DATA 38,249,17,63,245,1,4,0,205 350 DATA 66,249,33,112,248,17,10,244 360 DATA 1,164,0,197,6,0,213,86,227 370 DATA 205,176,155,209,235,193,35 380 DATA 19,11,121,176,194,66,249,201 390 REM END OF DATA 1 REM FIXDIR.BA by Paul Globman 2 REM Copyright (c) 1988 3 REM 4 REM This MUST be run in ALL 3 BANKS 5 REM 10 FOR I=62474 TO 62638:POKE I,0:NEXT 20 POKE I,255 30 POKE 62783,168:POKE 62784,156 40 POKE 62785,168:POKE 62786,156 50 MENU