Python axx generalized assembler

I made Caxx (axx in C). translated with Claude and have released on github. I think it is better for embedding than python's. Please use it.
 
Last edited by a moderator:
I have succeeded the test in the case of x86_64 FreeBSD to emit ELF relocatable object file on axx.py(Paxx) and Caxx. Link successfully completed. The hello world code works. Linux ELF will also be emitted with the option --osabi Linux.
 
Last edited:
Back
Top