diff options
Diffstat (limited to 'TASM')
| -rw-r--r-- | TASM/DEBUG.EXE | bin | 0 -> 22928 bytes | |||
| -rw-r--r-- | TASM/DPMI16BI.OVL | bin | 0 -> 65376 bytes | |||
| -rw-r--r-- | TASM/DPMILOAD.EXE | bin | 0 -> 22212 bytes | |||
| -rw-r--r-- | TASM/DPMIMEM.DLL | bin | 0 -> 24932 bytes | |||
| -rw-r--r-- | TASM/TAD.BAT | 3 | ||||
| -rw-r--r-- | TASM/TADL.BAT | 13 | ||||
| -rw-r--r-- | TASM/TASM.EXE | bin | 0 -> 129266 bytes | |||
| -rw-r--r-- | TASM/TD.EXE | bin | 0 -> 492768 bytes | |||
| -rw-r--r-- | TASM/TLINK.EXE | bin | 0 -> 150569 bytes | |||
| -rw-r--r-- | TASM/cmd.bat | 1 |
10 files changed, 17 insertions, 0 deletions
diff --git a/TASM/DEBUG.EXE b/TASM/DEBUG.EXE Binary files differnew file mode 100644 index 0000000..7065b70 --- /dev/null +++ b/TASM/DEBUG.EXE diff --git a/TASM/DPMI16BI.OVL b/TASM/DPMI16BI.OVL Binary files differnew file mode 100644 index 0000000..53ffe53 --- /dev/null +++ b/TASM/DPMI16BI.OVL diff --git a/TASM/DPMILOAD.EXE b/TASM/DPMILOAD.EXE Binary files differnew file mode 100644 index 0000000..17881fa --- /dev/null +++ b/TASM/DPMILOAD.EXE diff --git a/TASM/DPMIMEM.DLL b/TASM/DPMIMEM.DLL Binary files differnew file mode 100644 index 0000000..1d24230 --- /dev/null +++ b/TASM/DPMIMEM.DLL diff --git a/TASM/TAD.BAT b/TASM/TAD.BAT new file mode 100644 index 0000000..47dece5 --- /dev/null +++ b/TASM/TAD.BAT @@ -0,0 +1,3 @@ +tasm /zd /zi %1.asm
+tlink /x /v %1
+del %1.obj
\ No newline at end of file diff --git a/TASM/TADL.BAT b/TASM/TADL.BAT new file mode 100644 index 0000000..b2f2890 --- /dev/null +++ b/TASM/TADL.BAT @@ -0,0 +1,13 @@ +@echo off
+tasm /z /zi /n %1, %1, %1
+if errorlevel 1 goto err
+tlink /x /v %1, %1
+del %1.obj
+goto end
+:err
+echo Ошибка трансляции
+goto fin
+:end
+echo Конец сеанса
+:fin
+
diff --git a/TASM/TASM.EXE b/TASM/TASM.EXE Binary files differnew file mode 100644 index 0000000..f3867a6 --- /dev/null +++ b/TASM/TASM.EXE diff --git a/TASM/TD.EXE b/TASM/TD.EXE Binary files differnew file mode 100644 index 0000000..dd5cd4e --- /dev/null +++ b/TASM/TD.EXE diff --git a/TASM/TLINK.EXE b/TASM/TLINK.EXE Binary files differnew file mode 100644 index 0000000..b46896d --- /dev/null +++ b/TASM/TLINK.EXE diff --git a/TASM/cmd.bat b/TASM/cmd.bat new file mode 100644 index 0000000..9d35dfe --- /dev/null +++ b/TASM/cmd.bat @@ -0,0 +1 @@ +cmd.exe
|