
Borland C/C++ 4.5 and TASM
Quote:
>How do I link TASM .OBJ files to Borland C/C++ 4.5 so that I can call
>the assembly language procedures direct from C code?
>I think that the right command to use is 'extern' but I cant get that
>to work.
>Please help me!
Boy have you got the wrong newsgroup! This is comp.lang.asm370. The
"370" refers to the IBM System/370 line of mainframes. When we link
things we have a standard calling convention so that we don't have to
worry about what language it was written in. You might get a lot more
helpful answer in a PC oriented newsgroup.