home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / cat / sam2.exe / lha / XTLCM3.DO < prev    next >
Text File  |  1980-01-01  |  2KB  |  43 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. ---------------------------------------
  33. 1 REM FIXDIR.BA by Paul Globman
  34. 2 REM Copyright (c) 1988
  35. 3 REM
  36. 4 REM This MUST be run in ALL 3 BANKS
  37. 5 REM
  38. 10 FOR I=62474 TO 62638:POKE I,0:NEXT
  39. 20 POKE I,255
  40. 30 POKE 62783,168:POKE 62784,156
  41. 40 POKE 62785,168:POKE 62786,156
  42. 50 MENU
  43.