From: #2pencil on
ftp://ftpd.borland.com/download/bcppbuilder/freecommandLinetools.exe

Using this free compiler, is there an option to select which assembler
you wish to use for inline?

C:\Documents and Settings\user\C++>bcc32 inline.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
inline.c:
Warning W8002 inline.c 15: Restarting compile using assembly in
function test
Error E2133: Unable to execute command 'tasm32.exe'

C:\Documents and Settings\jasong\C++>bcc32 /?
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
Error E2075: Incorrect command line option: /?

-#2pencil-

From: f0dder on
#2pencil wrote:
> ftp://ftpd.borland.com/download/bcppbuilder/freecommandLinetools.exe
>
> Using this free compiler, is there an option to select which assembler
> you wish to use for inline?

Probably not - and it would have to be one supporting TASM syntax.
Do yourself a favor and skip borland, and go for the VC2003 toolkit
from Microsoft. Doesn't rely on an external assembler for inline
assembly, and has a much better code generator anyway.