Steps to install Tasm in windows PC
1)First install the given .exe file in the default directory from the link provided Tasm 1.4.
2)Then go in the local disk c (or the folder where it is installed) where there is a folder named tasm1.4
3)Inside that folder there is .exe filed named tasm automount which works like that xdosemu.
4)There is a folder named tasm inside tasm1.4 in which you have to place your .asm files (i.e your program).
5)And using this commands you execute your program.
1)First install the given .exe file in the default directory from the link provided Tasm 1.4.
2)Then go in the local disk c (or the folder where it is installed) where there is a folder named tasm1.4
3)Inside that folder there is .exe filed named tasm automount which works like that xdosemu.
4)There is a folder named tasm inside tasm1.4 in which you have to place your .asm files (i.e your program).
5)And using this commands you execute your program.
- tasm filename.asm
- tlink filename
- td filename
Comments
Post a Comment