How can I include library functions from assembly files in my compiler using llvmpy?

75 Views Asked by At

I have to include some functions, that I have implemented in 8086 assembly, in my compilers project for a C-like programming language. That is, I have 6 .asm files. I have used so far llvmpy (a no longer maintained python tool, but still more complete than llvm lite). How can I include these library functions?

0

There are 0 best solutions below