Advertisement

help compiling assembly code

Started by February 22, 2002 04:18 PM
0 comments, last by RadikalFruit 22 years, 6 months ago
I have a program written in assembly language by someone who compiled the code with tasm 4 and linked it with tlink 7.0. I also have the exe and it works with windows xp..but i have tried to compile the code with turbo assembler 4 and linked it and the program does not work ok ...what do i need to compile that code to run ok under windows xp so that it works fine?
RadikalFruit©
I just use TASM, from the command line prompt. Make sure you have the right processor selected (it can compile for like 15 different processors, you have to choose yours by typing like -x or -b as a parameter...look in the help file for the right parameters...)

"I''ve learned something today: It doesn''t matter if you''re white, or if you''re black...the only color that REALLY matters is green"
-Peter Griffin
"I've learned something today: It doesn't matter if you're white, or if you're black...the only color that really matters is green"-Peter Griffin

This topic is closed to new replies.

Advertisement