Hi,
I am trying to compile a project where one of the files uses assembly languange. I don't have much experience with projects. I have usually written single file programs, so all of this is new. Also, I use Turbo C++ 3.0, which lets you make the .exe file from the IDE. The code I have that I downloaded has a make file, but I am not sure how to use it. (need help here, too)
Anyway, the problem is occurring in one of the files which has some assembly code. The error code from the compiler is pretty vague, "Expression syntax", but the line of code and the surrounding code look OK.
The line is :
asm .386
Can someone point me in the right direction? I've been working on this for a couple of weeks, with no luck on my own.
I guess the time for learning out of books is over. I'll have to take a class.
Thanks,
I am trying to compile a project where one of the files uses assembly languange. I don't have much experience with projects. I have usually written single file programs, so all of this is new. Also, I use Turbo C++ 3.0, which lets you make the .exe file from the IDE. The code I have that I downloaded has a make file, but I am not sure how to use it. (need help here, too)
Anyway, the problem is occurring in one of the files which has some assembly code. The error code from the compiler is pretty vague, "Expression syntax", but the line of code and the surrounding code look OK.
The line is :
asm .386
Can someone point me in the right direction? I've been working on this for a couple of weeks, with no luck on my own.
I guess the time for learning out of books is over. I'll have to take a class.
Thanks,