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
added DOS batch files
[dos-tasm-exercises.git]
/
td.sh
blob
84c02d904c1da4e258de55d10657e4e9047a4676
1
#/bin/sh
2
3
#
4
# Copyright (C) 2008 Alexander Potashev
5
#
6
7
OLD_PWD
=
$PWD
8
TASM_DIR
=
..
/
tasm-bin
9
10
cd
$TASM_DIR
11
dosbox
-exit
td.bat
12
cd
$OLD_PWD
13