home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / tel / toggle.ba < prev    next >
Text File  |  2006-10-19  |  860b  |  29 lines

  1. TOGGLE.100 by Paul Globmam [72227,1661]
  2.               Copyright (c) 1990
  3. ---------------------------------------
  4. The eight bytes of code are "hidden"
  5. behind BASIC's F4(Run) function key.
  6. If that key definition is ever altered
  7. then run this program before using the
  8. TELCOM scroll toggle.  Once installed,
  9. the toggle feature will remain the F6
  10. function until another program changes
  11. it, the BASIC F4(Run) is altered, or a
  12. cold start.  Two pokes make TELCOM's
  13. F6 key call this code.
  14.  
  15. The machine code for the toggle is...
  16.  
  17.         org 63551
  18.         lda 63038
  19.         xri 1
  20.         jmp 17473
  21.  
  22. 1 'TOGGLE.100 (c) 1990 by P.Globman
  23. 2 'This makes the F6 key in TELCOM
  24. 3 'toggle Scrolling On/Off, Scroll
  25. 4 'will be on when you enter TERM.
  26. 10 POKE64268,63:POKE64269,248
  27. 20 FORI=0TO7:READX:POKE63551+I,X:NEXT
  28. 30 DATA 58,62,246,238,1,195,65,68
  29.