Turbo C: Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
(Added more information about inline assembly and make.exe bug on turbo c 2.01)
No edit summary
Line 1:
{{stub}}
 
{{Infobox Tool
|name=Turbo C
|operating_system=DOS
}}
 
Turbo C (aka TC) is [http://www.borland.com/ Borland's] 16-bit C compiler. In OS development, it is only useful for developing real mode operating systems. TC normally compiles to a DOS .exe executable, but the generated code can be turned into a flat binary by [[exe2bin]] if you compile with the -mt (model tiny) argument to the compiler, which makes the result position-independent.
 
170

edits