Turbo C: Difference between revisions

194 bytes added ,  13 years ago
Undo revision 11408 by Love4boobies (Talk) - Destruction of information
[unchecked revision][unchecked revision]
m (You can also use bzip on them but we're really talking about Turbo C, not about the tools which can be used to convert MZ executables (if that's even desired).)
(Undo revision 11408 by Love4boobies (Talk) - Destruction of information)
Line 1:
{{stub}}
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 [[MZexe2bin]] executableif you compile with the -mt (model tiny) argument to the compiler, which makes the result position-independent.
 
== Inline Assembly ==
1,490

edits