home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / tel / xtlcm3.200 < prev   
Text File  |  2006-10-19  |  3KB  |  90 lines

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