szoftveres / hostcc

Native C-like compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hostcc

Native C-like compiler Uses mcc.

./b ./program.c
echo -n Hello World | ./program.bin /bin/ls -l

See x86_64_Linux/header.s for implemented system calls, and unix_routines.c for helper functions.

About

Native C-like compiler


Languages

Language:C 80.4%Language:Assembly 10.7%Language:Makefile 4.6%Language:Shell 4.3%