summaryrefslogtreecommitdiff
path: root/v4.0/src/DOS/MSDOS.SKL
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/DOS/MSDOS.SKL')
-rw-r--r--v4.0/src/DOS/MSDOS.SKL17
1 files changed, 17 insertions, 0 deletions
diff --git a/v4.0/src/DOS/MSDOS.SKL b/v4.0/src/DOS/MSDOS.SKL
new file mode 100644
index 0000000..c76c224
--- /dev/null
+++ b/v4.0/src/DOS/MSDOS.SKL
@@ -0,0 +1,17 @@
1
2:class 1
3; This was taken from DEVMES.INC IN G:USA\ ...
4; DIVMES DB 13,10,"Divide overflow",13,10
5
6:use 001 msdos DIVMES
7
8:class 3
9
10;This is for Yes No check
11:use 205 command NLS_YES
12:use 206 command NLS_NO
13:use 002 msdos NLS_yes2
14:use 003 msdos NLS_no2
15
16:end
17 \ No newline at end of file