home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
msdos
/
asm
/
3dvect25
/
make3d2.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-09-03
|
295 b
|
12 lines
echo only uncomment the files you wish to assemble/change
echo uncomment them all if this is the first assembley
rem tasm xmouse
rem tasm xmode
tasm /m2 /kh10000 3d2 3d
rem tasm /ml /m2 pmode.asm
tasm main2 main
rem tasm irq
tlink /x /3 pmode xmode irq xmouse 3d main,main