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.
 
Last edited:
axx now written finished. the pattern file x86_64.axx for full covered x86_64 ISA is available in Github.
 
Back
Top