Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!think!rutgers!clyde!cuae2!ihnp4!gargoyle!sphinx!cjdb From: cjdb@sphinx.UChicago.UUCP (Charles Blair) Newsgroups: comp.sys.ibm.pc Subject: Re: Keyboard repeat speed-up program for AT Message-ID: <824@sphinx.UChicago.UUCP> Date: Wed, 19-Nov-86 10:11:27 EST Article-I.D.: sphinx.824 Posted: Wed Nov 19 10:11:27 1986 Date-Received: Fri, 21-Nov-86 22:19:01 EST References: <282@rocky2.UUCP> Reply-To: cjdb@sphinx.UUCP (Charles Blair) Distribution: net Organization: University of Chicago Library Computer Systems Lines: 31 In article <282@rocky2.UUCP> reintom@rocky2.UUCP (Tom Reingold) writes: >[] > >Does anyone have the little program that will speed up the keyboard >repeat on an AT? > >Thanks. 3541:0100 B0F3 MOV AL,F3 3541:0102 E660 OUT 60,AL ;'`' 3541:0104 B90010 MOV CX,1000 3541:0107 90 NOP 3541:0108 E2FD LOOP 0107 3541:010A B002 MOV AL,02 3541:010C E660 OUT 60,AL ;'`' 3541:010E C3 RET The above is it. It's so short I didn't think anyone would mind its being posted here. MOV AL,02 gives a speed I feel most comfortable with. MOV AL,00 speeds typematic up even more, but this can be a hassle if you leave your fingers on the keyboard even a bit too long. MOV AL,04 gives a slower speedup. This is a COM file, and should be able to be entered and saved directly form DEBUG. I got it from somebody who I think saw it in PC Magazine or the like; I don't know for sure, so I can't give credit where it is due. -- Charles Blair ..!ihnp4!gargoyle!sphinx!cjdb The University of Chicago lib.cb%chip@UChicago.Bitnet