DOWNLOAD FOR FREE
In this directory you would find programs
(compiler TASM, linker TLINK,etc ....).
First extract the files to a directory and then follow the below steps
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.obj;" to create an executable.
10. To run your program type simply "debug 1stprog.exe" and
press enter and your done....
You should see the o/p of exe file 1stprog.exe.
then press
-t -->> for step by step execution
-g -->> for executing all the steps
-d -->> to read data in the memeory
-q -->> to quit and return to cmd line
Thank You
No comments:
Post a Comment