how run a program in assembly
By Amin Esmailzadeh. Monday, 31. March 2008, 17:13:30
In The Name Of God
you can write a program in assembly language you must open a word processor program (for instance notepad or microsoft word) and write your instruction and then save that document at Suffix asm(for instance test.asm test is file name and .asm is Suffix of that file)
for run a program that you write in assembly language you must run command prompt dos and then type these command(if your asm file save at this address c:\assembly\test.asm) you must type <tasm file path and file name>(for instance C:\Documents and Settings\admin>cd\ and press enter
c:\>tasm assembly\test.asm and press return and then create an obj file test.obj then you must type
c:\>tlink assembly\test.obj and press return key now create a exe file with your file name test.exe
now for run program you must type
c:\>test
for test .download this program with this assembler(rtm.exe tasm.exe tlink.exe) file and copy into the c:\assembly and run according above text
good luck
Tasm
Tlink
Rtm
Test.asm
you can write a program in assembly language you must open a word processor program (for instance notepad or microsoft word) and write your instruction and then save that document at Suffix asm(for instance test.asm test is file name and .asm is Suffix of that file)
for run a program that you write in assembly language you must run command prompt dos and then type these command(if your asm file save at this address c:\assembly\test.asm) you must type <tasm file path and file name>(for instance C:\Documents and Settings\admin>cd\ and press enter
c:\>tasm assembly\test.asm and press return and then create an obj file test.obj then you must type
c:\>tlink assembly\test.obj and press return key now create a exe file with your file name test.exe
now for run program you must type
c:\>test
for test .download this program with this assembler(rtm.exe tasm.exe tlink.exe) file and copy into the c:\assembly and run according above text
good luck
Tasm
Tlink
Rtm
Test.asm










Afreen(افرين) # 3. December 2008, 18:57