Added X86 codegeneration interface and tests

This commit is contained in:
Dmitry Boulytchev 2018-03-07 10:18:30 +03:00
parent 77ec064c5c
commit de018e76aa
12 changed files with 320 additions and 34 deletions

6
runtime/Makefile Normal file
View file

@ -0,0 +1,6 @@
all:
gcc -m32 -c runtime.c
clean:
rm -f runtime.o *~