summaryrefslogtreecommitdiff
path: root/v2.0/source/STDFCB.ASM
diff options
context:
space:
mode:
Diffstat (limited to 'v2.0/source/STDFCB.ASM')
-rw-r--r--v2.0/source/STDFCB.ASM16
1 files changed, 16 insertions, 0 deletions
diff --git a/v2.0/source/STDFCB.ASM b/v2.0/source/STDFCB.ASM
new file mode 100644
index 0000000..17cf4e9
--- /dev/null
+++ b/v2.0/source/STDFCB.ASM
@@ -0,0 +1,16 @@
1;
2; Standard FCB calls for MSDOS (first 12 function calls)
3;
4
5.xlist
6.xcref
7INCLUDE STDSW.ASM
8.cref
9.list
10
11TITLE STDFCB - FCB calls for MSDOS
12NAME STDFCB
13
14INCLUDE FCB.ASM
15
16 \ No newline at end of file