|
|
1.1 root 1: ;
2: ; _KILL286.EQU 5.20A June 8, 1995
3: ;
4: ; The Greenleaf Comm Library
5: ;
6: ; Copyright (C) 1991-94 Greenleaf Software Inc. All Rights Reserved.
7: ;
8: ; NOTES
9: ;
10: ; This file contains the definitions that the 16 bit protected mode assembly
11: ; language should use to access the _asi_kill_time function. Mostly,
12: ; this is done via the KILL_TIME macro.
13: ;
14: ; MODIFICATIONS
15: ; December 1, 1994 5.10A : Initial release.
16: ;
17:
18: ;
19: ; You will note that I have an ifdef that prevents this definition from
20: ; being assembled when I am inside KILL286.ASM. This prevents a clash
21: ; between the EXTRN declaraction here and the PUBLIC definition in
22: ; KILL286.ASM.
23: ;
24:
25: IFNDEF _KILL286
26:
27: KILL_CODE SEGMENT BYTE PUBLIC 'CODE'
28: extrn _asi_kill_time:far
29: KILL_CODE ENDS
30:
31: KILL_TIME MACRO
32: call _asi_kill_time
33: ENDM
34: ENDIF
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.