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