# I WILL PLACE HERE THE crti.o BECAUSE GCC REFUSE TO LINK IT AND I DON'T KNOW WHY .section .init .global _init .type _init, @function _init: push %rbp movq %rsp, %rbp .section .fini .global _fini .type _fini, @function _fini: push %rbp movq %rsp, %rbp