I am using Borland Turbo C++ with some inlined assembler code, so presumably Turbo Assembler (TASM) style assembly code. I wish to do the following:
void foo
Does the Turbo C++ environment have a way to set options for TASM (I know that some of the Borland IDEs did)?
If so, see if changing the option for "Maximum passes (/m)" to 2 or more helps (it might default to 1 pass).
Also, if you're using a long label name that might pose a problem - at least one IDE had the default set to 12. Change the "Maximum symbol length (/mv) option".
This information is based on Borland's RAD Studio IDE: