mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-27 00:58:47 +00:00
Added X86 codegeneration interface and tests
This commit is contained in:
parent
77ec064c5c
commit
de018e76aa
12 changed files with 320 additions and 34 deletions
6
runtime/Makefile
Normal file
6
runtime/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
all:
|
||||
gcc -m32 -c runtime.c
|
||||
|
||||
clean:
|
||||
rm -f runtime.o *~
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue