This is the assembly language course CSE 214 of BUET,CSE in L-2,T-2
http://www.dosbox.com/download.php?main=1
For Ubuntu/Mac it is created in home folder of the user
Windows: mount c C:\dosprogs
Ubuntu/Mac: mount c ~\dosprogs
C:
cd tasm\BIN
tasm /I/zi GAME.asm
tlink GAME.obj io.obj
GAME.exe