Tiny C Compiler

From GS2012 Wiki
Revision as of 16:45, 12 November 2016 by Gnmmarechal (talk | contribs) (Created page with "'''Author:''' [https://gbatemp.net/members/d0k3.29073/ d0k3] '''Original Repository:''' [http://bellard.org/tcc/ Bellard.org] '''Platform:''' Microsoft Windows/Unix...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Author: d0k3

Original Repository: Bellard.org

Platform: Microsoft Windows/Unix/Linux

Description:

The Tiny C Compiler (aka TCC, tCc, or TinyCC) is an x86 and ARM processor C compiler created by Fabrice Bellard. It is designed to work for slow computers with little disk space (e.g. on rescue disks). Windows operating system support was added in version 0.9.23 (17 Jun 2005). TCC is distributed under the GNU Lesser General Public License (LGPL). TCC claims to implement all of ANSI C (C89/C90), much of the C99 ISO standard, and many GNU C extensions including inline assembly.

Download:

Tiny C Compiler v0.9.26 (win64)

Tiny C Compiler v0.9.26 (win32)

Tiny C Compiler v0.9.26 (Source Code)

Tiny C Compiler v0.9.24 (win32)

Tiny C Compiler v0.9.24 (Source Code)