Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TASM 5.0 Help

Status
Not open for further replies.

GabeNahmias

Programmer
Jan 9, 2005
1
0
0
US
I'm new to the world of assembly programming, and I was wondering how to (using TASM 5.0) create a .COM or .EXE file out of my source. I know all about the command line, I just need to know which programs to use.
 
um...

TASM.EXE ;-)


PROGRAMMER: (n) Red-eyed, mumbling mammal capable of conversing with inanimate objects.
 
btw...

tasm will create a COM, or an Object (OBJ) file...

to create an exe, you need to use a Linker with the Object file...


PROGRAMMER: (n) Red-eyed, mumbling mammal capable of conversing with inanimate objects.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top