c - How to create an low-level object file? -


basically want create object file (maybe x64 elf one) assembly code linked other object files in order create 1 executable. export addresses object , import other object files link to.

i'll happy if can target linux x64 (i'm using opensuse now) , can used default linker (like 'ld' maybe).

i want make compiler using 'c' language.

just generate assembly code, , use assembler convert object format.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -