-------------------------------------------------------------------- | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY | | ACCOMPANY THIS DOCUMENT (collectively referred to as an | | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY | | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO | | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A | | PARTICULAR PURPOSE. The user assumes the entire risk as to the | | accuracy and the use of this Application Note. This Application | | Note may be copied and distributed subject to the following | | conditions: 1) All text must be copied without modification and | | all pages must be included; 2) If software is included, all files | | on the disk(s) must be copied without modification [the MS-DOS(R) | | utility DISKCOPY is appropriate for this purpose]; 3) All | | components of this Application Note must be distributed together; | | and 4) This Application Note may not be distributed for profit. | | | | Copyright 1990-1993 Microsoft Corporation. All Rights Reserved. | | Microsoft, MS-DOS, and the Microsoft logo are registered | | trademarks and Windows is a trademark of Microsoft Corporation. | -------------------------------------------------------------------- THIS IS A BETA VERSION OF THIS APPLICATION NOTE, please give us your suggestions and opinions. Date: 6/25/93 The purpose of this function is to provide the ability to invoke BIOS interrupts from the FORTRAN Powerstation. Files included in this sample: INT86QQ.ZIP: A PKZIP v2.04G compressed file that includes all of the below files. This file may or may not be sent with the files listed below. README.TXT: This file FUNKEY.FOR: Fortran code that calls INT86QQ to obtain keyboard input. INT86QQ.FI: Include file with the INTERFACE statement for FORTRAN. INT86QQ.FD: Include file with data declarations for INT86QQ. INT86QQ.ASM: MASM source for the INT86QQ function. INT86QQ.OBJ: Binary immage of INT86QQ function compiled with MASM 6.10 To create the example: Just include the OBJ file with your FORTRAN source files in your build. For Example: FL32 funkey.for int86qq.obj ! Command line build.