Skip to content

Benderx2/SmallerC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 

Repository files navigation

Smaller C is a simple and small single-pass C compiler.

Currently it generates 16-bit and 32-bit 80386+ assembly code for NASM
that can then be assembled and linked into DOS, Windows and Linux (and
also RetroBSD) programs.

Code generation for MIPS CPUs is also supported.

The compiler is capable of compiling its own source code.

You can fully recompile the compiler only with itself and NASM for the
x86 platform (no linker is necessary).

See the Wiki for more up-to-date details:
http://github.com/alexfru/SmallerC/wiki

Links:
NASM: http://nasm.us/
RetroBSD: http://retrobsd.org/

About

Simple C compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published