|
|
1.1 root 1:
2:
3: ; stubs.asm - a module of empty stubs to keep the BINDer from
4: ; complaining.
5: ;
6:
7: .286p
8:
9: public DOSCREATETHREAD
10: public DOSSEMCLEAR
11: public DOSSEMREQUEST
12: public DOSSEMSET
13: public DOSSEMWAIT
14: public DOSSLEEP
15:
16: code segment byte public 'CODE'
17: assume cs:code
18:
19: DOSCREATETHREAD:
20: DOSSEMCLEAR:
21: DOSSEMREQUEST:
22: DOSSEMSET:
23: DOSSEMWAIT:
24: DOSSLEEP:
25: ret
26:
27: code ends
28: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.