sorry for late reply
Errr... I have installed TASM, but i got no idea how to work with it.
well if u have done a conventional installation that is installing in c drive. there must be a folder called TASM must be created
most imp searchfor two files mainly
1. tasm
2.tlink
these are the basic files (well a lot more are needed ) .
well to work with tasm its very simple
1. create (.asm) file and write ur assembly code
2. tasm filename.asm (type this in dos)
it will create an (.obj) file provided if there arent any errors .
if errors exist it will tell with the line numbers
3. tlink filename.obj
this will create an exe version of the file
4.filename thats it , since its exe it will excecute itself
i guess this should do , if something un usual happens let me know