On Mon, 11 Dec 2006, Jules Richardson wrote:
annoyingly, I think that version is too early to
support inline assembler,
which makes it less useful for any actual DOS development work :(
TurboC 2.0x DOES explicitly support inline assembler.
http://bdn.borland.com/article/images/20841/tc20ad.jpg
(notice the list of features of TC2.0 in the box at lower left)
You can write inline assembler in your C source, but the Turbo 2.0x
compiler can't do the assembly by itself -- it uses Turbo Assembler
for that.
-Frank McConnell