[Tack-devel] Assembler and linker
Moved to https://github.com/davidgiven/ack
Brought to you by:
dtrg
From: Sorav B. <sb...@ii...> - 2022-10-27 13:11:04
|
Hello, I understand that one can use the "-c" and "-c.s" options to generate the object and assembly files respectively. Also, as far as I can tell, the formats of these object and assembly files are custom formats that are not parseable by any third-party tool. So I assume that the repository provides tools to link multiple object files and to assemble a .s file? Which tool can I use to link multiple .o files generated by "ack -c ..."? Which tool can I use to assemble a .s file generated by "ack -c.s ..."? thanks, Sorav |