Thursday, April 14, 2011

How to run TASM on Windows 7 64bit

Few days ago we have posted an article about installing Turbo C++ on 32 bit Windows 7. Now we are providing step-by-step procedure how to run TASM on 64 bit Windows 7.
1. Install the software DOSBox ver 0.73 : download here
2. Download and extract TASM into the C: drive (c:\): download here
3. Now manually browse to "C:\TASM\" folder and create text file with any name.
   and type full program inside that.
  After that save the file as "FILE_NAME.ASM"
 Here FILE_NAME can be anything but do not forget to put " before and after the file   name.


 4. Run the DOSBox 0.73 from the icon located on the desktop:




5. Type the following commands at the command prompt [Z]:
mount E C:\TASM
Now you should get a message which says:  
Drive E is mounted as a local directory C:\TASM



6. Type E: to shift to E:



 7. Next follow the commands below:
TASM.BAT
 [This starts you the Turbo C++ 3.0]





8. Type your Tasm commands like "TASM FILE_NAME.ASM" then
"Tlink FILE_NAME.OBJ" and enjoy.


Please post your doubts and query below and give me a vote of thanx if u like this post.
Ravi Roshan

34 comments:

Unknown said...

how might one use turbo debugger with this method?

Unknown said...

REHAN SHAH...

I USE U R METHOD... WHEN I WAS SHIFT TO E AND GIVE THE COMMAND TASM.BAT THE RESPOSE IS ILLEGAL COMMAND.HW CAN I RESOLOVE THS PROBLEM

sha23 said...

what "no stack means"?? I didn't saw my output..

sha23 said...

what does "no stack" means? and how can i see my out put reading it

Bhumi Goklani said...

i did not get step 3..
pls help me...

Bhumi Goklani said...

i did not get step 3..
pls help me

kai said...
This comment has been removed by the author.
kai said...

how to solve this problem

Directory C:\TASM doesn't exist.

help please..badly needed....

solution said...

I USE U R METHOD... WHEN I WAS SHIFT TO E AND GIVE THE COMMAND TASM.BAT THE RESPOSE IS ILLEGAL COMMAND.HW CAN I RESOLOVE THS PROBLEM

solution said...

USE U R METHOD... WHEN I WAS SHIFT TO E AND GIVE THE COMMAND TASM.BAT THE RESPOSE IS ILLEGAL COMMAND.HW CAN I RESOLOVE THS PROBLEM

asp said...
This comment has been removed by the author.
asp said...

how to see the output to the program...when i am giving debug filename.exe then its giving error..the error report is invalid command debug. usually in tasm software we will see output by using this command only..

anth said...

how to run and see the output on dosbox.74

professor X said...

many are havin problm wit step 3...hea s ua answr:-
1. Open note pad and type ur wateva shit MIL program it is
2. save ua program name wit two quotes before and after ur file name...for Example if ua file name is BINARY den save it as "BINARY.asm"
yes yes wit two "" got it \m/
3. save dis file in ua TASM folder located in ur C drive
and dats it frm me....
to be more specific jus view d amazing pics by d uploader...

Sagar said...

Thanks Buddy!You are awesome!

Aravind said...

how to resolve the problem of no stack

Aravind said...

can any one please resolve the problem of
warning:no stack in final step

Afzal said...

PLEASE TELL ME HOW TO COPY OUTPUT FROM DOSBOX?
ALL THE COMMANDS AND OUTPUT, I MEAN THE WHOLE SCREEN, HOW TO COPY AND PASTE IN NOTEPAD?

Afzal said...

FRIENDS IF YOU DO NOT SAVE YOUR FILE WITH THIS TWO "" i.e "file_name.asm" THEN ALSO YOU CAN GET OUTPUT.
1: tasm file_name.asm
2: tlink file_name.obj
3: file_name

anvesh said...

awsome soft ware...........thank you for provider.......just follow steps and download td file

ej said...

what happened to step 2?
why cant i download it?
why is it said that the page does not exist?

ej said...

please? i need response. why can't I download the second link? it says, blogger: page not found. I NEED IT!

ej said...

does it really dont exist?

ej said...

does it really dont exist?

wanna be technocart said...

I'm not able to download TASM ,as it might not be present on directed link.

thanks in advance .

shaheer shaik said...

tasm.bat doesnt work for me even though c++ 3.0 is installed on my pc

Afzal said...
This comment has been removed by the author.
Afzal said...

Friends i have made a simple installation file for TASM. you just need to install once.. everything else will be done automatically..
no need to MOUNT.. NO "quotes".. as simple as u like.

download this single installation file (2.7 MB) from this link
TASM

prnv said...

PLZ HELP ME...
AFTER shifting to E drive,when i tpe next command TSAM.BAT...it's shows me illegel commmand...

prnv said...

PLZ HELP ME...
AFTER shifting to E drive,when i type next command TSAM.BAT...it's shows me illegel commmand...
how can i solve this?

RAVI ROSHAN said...

Its TASM.BAT
not TSAM.BAT
:)

And thanx to other users for helping each other..

Shyamal said...

I download DOSBox ver 0.73. But can not find download link that you given here.
Now how can i download tasm? please give another link to download.

Afzal said...

HELLO SHAYAMAL,, READ MY LAST COMMENT, I HAVE GIVEN A LINK TO SINGLE DOWNLOAD FILE. YOU NEED TO JUST INSTALL THAT SINGLE FILE.. ALL THE DOSBOX AND TASM FILE WILL BE CREATED AUTOMATICALLY. NO NEED TO INSTAL DOSBOX AND TASM SEPARATELY.
YOU JUST TRY AND COMMENT

Unknown said...

heloo
I had tasm when i'm trying to type "edit" in command prompt it is showing me edit is not recognized as an internal or external command
plese help me and also give instructions for compiling and debugging too