Step 1
NOTE: You can use your own asm file instead
mount c /home/<username> eg: /home/alse
Now test the test3.asm which you downloaded
First we will install an windows emulator called dosbox.
sudo apt-get install dosbox
Step2
Download the packages for Turbo Assembler(tasm) Turbo Debugger(td). Create a directory for tasm in your home directory and extract files into that directory.If you are unable to extract type this in your terminal and try again
sudo apt-get install unrar
sudo apt-get install unrar
Step3
download this sample .asm file. Place the file in the tasm directory.NOTE: You can use your own asm file instead
Step4
Open dosbox( generally found in games sublist ). Now you have to mount the virtual c drive.mount c /home/<username> eg: /home/alse
Step5
Now go to your TASM directory
Now test the test3.asm which you downloaded
Thank you!!!!
ReplyDeletestep 3 download part is empty I couldnt find the asm file
ReplyDeleteThats just an example asm file. You can try with your own assembly code or try getting some sample asm file from internet
Deleteyipeeeeeee!!! finally got my output...
to get the .asm file open the text document in word (not in note pad) type your program and do save as.. with an .asm extention and (dont forget to tick "save in this format by default") the .asm file is created ,,,now cary on with your funtios like tasm,tlink,and debug
thank you very much !
ReplyDeleteit's the only way worked with me ! :)
thank you man, you rock!
ReplyDeleteThank you!
ReplyDeletewhere are we supposed to save the .asm file?
ReplyDeleteYou can place it anywhere you want. You just have to give the address to that file appropriately
Deletewher is td.exe?
ReplyDeleteIn the turbo debugger folder
Deleteim not able to find it pls help....shouldnt it be inside the tasm folder??
DeleteFirst Download Turbo debugger from http://www.mediafire.com/?rykzjzmmiek
DeleteExtract it wherever you want. Td.exe is there inside that folder
help me please...
ReplyDeletei can't run my asm file.
while running it reports error message as can't locate file
Make sure that you are giving proper path to the asm file
DeleteThanks very much ..... this helped to study for my examination 100 likes (y) ....
ReplyDeleteThank you...
ReplyDeleteare we supposed to mount everytime we run dosbox?
ReplyDelete