Date: Mon, 29 Sep 1997 16:10:44 +0200 (IST) From: Eli Zaretskii To: Peter Palotas cc: djgpp AT delorie DOT com Subject: Re: BIOS call from interrupt? In-Reply-To: <3.0.16.19970929141302.29276f1e@hem1.passagen.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 29 Sep 1997, Peter Palotas wrote: > Well, it's getting the Ascii code which is the problem in that case. But if > you read it from BIOS I believe it returns the real ascii-code as it > should, or is it only DOS function which does this? (According to COUNTRY > and KEYB settings)? If you need to support KEYB/COUNTRY, you will be better off using BIOS. But it comes at a price: BIOS is slower.