There are two forces: fate and human effort - All men depend on and are bound by these, there is nothing else. -----Mahabharatha
Friday, August 22, 2008
Download TASM (Turbo Assembler)
Download TASM ver 2.01
In this directory you would find programs (compiler TASM, linker TLINK,etc ....).
1. Move this directory to a suitable drive
(In my case I have used C:\ tasm>).
2.Once you have executed the step1 goto "START" command on the
toolbar of your desktop.
3.HERE you would find the command "RUN".
4. In this window type "command".
5. Now a DOS screen appears. Go to the directory where you have
placed TASM.
6."c:\"
To goto folder TASM I type...
"cd tasm"
Here 'cd' stands for change directory.
"c:\tasm>"
7.TO compile file "1stprog.asm" we follow the following procedure. Type "tasm 1stprog.asm".
8. This would compile the file and convert the file to object file,If no errors are present proceed.
9. Then type "link 1stprog" to create an executable.
10. To run your program type simply "1stprog" and your done....
You should see the o/p of exe file 1stprog.exe.
Subscribe to:
Post Comments (Atom)
2 comments:
wow finally, thank you very much
watd am i supp to do in run file,list file,libraries?
Post a Comment