Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.os.msdos.programmer FAQ part 2/5
Section - - How can I stuff characters into the keyboard buffer?

( Part1 - Part2 - Part3 - Part4 - Part5 - Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Sex offenders ]


Top Document: comp.os.msdos.programmer FAQ part 2/5
Previous Document: - How can I increase the size of the keyboard buffer?
Next Document: Conclusion
See reader questions & answers on this topic! - Help others by sharing your knowledge

 If your computer has an enhanced keyboard (see <Q:04.08> [How can my
 program tell what kind of keyboard is on the system?]), put the scan
 code in CH and the ASCII character in CL, then execute INT 16 AH=5. The
 return in AL is 0 for success or 1 for buffer full.

User Contributions:

anon
Report this comment as inappropriate
Feb 17, 2012 @ 9:21 pm
The Borland/Turbo "floating point formats not linked" error may also be caused
by specifying the libraries in the wrong order in the TLINK command. Try putting
the FP87 library first, then the MATHx library, then the Cx library (where x is
the memory model designator). This, combined with the dummy FP function trick,
should solve the problem.

Comment about this article, ask questions, or add new information about this topic:

CAPTCHA




Top Document: comp.os.msdos.programmer FAQ part 2/5
Previous Document: - How can I increase the size of the keyboard buffer?
Next Document: Conclusion

Part1 - Part2 - Part3 - Part4 - Part5 - Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
jeffrey@carlyle.org (Jeffrey Carlyle)





Last Update November 21 2011 @ 12:59 AM