Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!gatech!mcnc!ecsvax!joeld From: joeld@ecsvax.UUCP Newsgroups: comp.sys.ibm.pc Subject: Change BIOS numlock and capslock Message-ID: <3183@ecsvax.UUCP> Date: Tue, 19-May-87 22:55:27 EDT Article-I.D.: ecsvax.3183 Posted: Tue May 19 22:55:27 1987 Date-Received: Thu, 21-May-87 03:13:25 EDT Organization: UNC-Chapel Hill ADP Lines: 24 Keywords: numlock capslock For those people whhave been looking for a way to switch the internal numlock and capslock state (for clones and other keyboards with LED's), the following little programs were in a recent PC Magazine issue: Numlock mov ax,0040 mov ds,ax xor byte ptr [0017],20 ret Capslock same as above, except xor with 40 rather than 20 I use the numlock program frequently. I have a NCR PC-4 with a separate numeric pad and a LED. It works fine. Just enter this using the assemble command of debug. Have fun. -- ------------------------------------------------------------------- Joel Dunn, UNC-CH ADP, 440 W. Franklin, Chapel Hill NC 27514 {backbone}!mcnc!ecsvax!joeld Bitnet: RJD@UNC -------------------------------------------------------------------