summaryrefslogtreecommitdiff
path: root/v4.0/src/INC/DIVMES.ASM
diff options
context:
space:
mode:
authorGravatar Mark Zbikowski2024-04-25 21:24:10 +0100
committerGravatar Microsoft Open Source2024-04-25 22:32:27 +0000
commit2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch)
tree80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/INC/DIVMES.ASM
parentMerge pull request #430 from jpbaltazar/typoptbr (diff)
downloadms-dos-main.tar.gz
ms-dos-main.tar.xz
ms-dos-main.zip
MZ is back!HEADmain
Diffstat (limited to 'v4.0/src/INC/DIVMES.ASM')
-rw-r--r--v4.0/src/INC/DIVMES.ASM11
1 files changed, 11 insertions, 0 deletions
diff --git a/v4.0/src/INC/DIVMES.ASM b/v4.0/src/INC/DIVMES.ASM
new file mode 100644
index 0000000..4de491f
--- /dev/null
+++ b/v4.0/src/INC/DIVMES.ASM
@@ -0,0 +1,11 @@
1; THIS IS THE ONLY DOS "MESSAGE". IT DOES NOT NEED A TERMINATOR.
2 PUBLIC DIVMES
3Public DIVM001S,DIVM001E
4DIVM001S label byte
5
6include msdos.cl1
7
8 PUBLIC DivMesLen
9DivMesLen DW $-DivMes ; Length of the above message in bytes
10DIVM001E label byte
11 \ No newline at end of file