home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Assembly 1994 - The 3rd Phase
/
ASMROM94.mdf
/
fc
/
other
/
make.bat
< prev
next >
Wrap
DOS Batch File
|
1993-11-25
|
86b
|
6 lines
@echo off
tasm /m9 /ml sp2.asm
if ERRORLEVEL 1 goto end
tlink /t /x sp2.obj
:end