Skip to content

TCC (Tiny C Compiler) adjusted to work with cc-vm (C C Virtual Machine)

License

Notifications You must be signed in to change notification settings

kildom/tinycc-for-cc-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCC (Tiny C Compiler) adjusted to work with cc-vm (C C Virtual Machine)

https://github.com/kildom/cc-vm

Building

To build TCC for cc-vm, you need to go to ccvm directory and call make. You don't have to configure it before.

cd ccvm
make

The output is in the ccvm/bin/ccvm-tcc file.

About

TCC (Tiny C Compiler) adjusted to work with cc-vm (C C Virtual Machine)

Resources

License

Stars

Watchers

Forks

Languages

  • C 94.5%
  • TypeScript 2.3%
  • Makefile 1.0%
  • Assembly 1.0%
  • C++ 0.5%
  • Perl 0.3%
  • Other 0.4%