repo.or.cz
/
dos-tasm-exercises.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
won't redistribute TASM, TLINK, TD
[dos-tasm-exercises.git]
/
com_run.sh
blob
5a5b0913a1916cf4dbe442ad8f39bb1c9255c4bf
1
#!/bin/sh
2
3
#
4
# Copyright (C) 2008 Alexander Potashev
5
#
6
7
OLD_PWD
=
$PWD
8
TASM_DIR
=
..
/
tasm-bin
9
10
cp
main.asm
$TASM_DIR
11
12
cd
$TASM_DIR
13
dosbox
-exit
combuild.bat
14
cd
$OLD_PWD
15
16
17
cd
$TASM_DIR
18
dosbox
-exit
run.bat
19
cd
$OLD_PWD
20