.file "test-disasm.c" .text .globl main .type main, @function main: .LFB6: .cfi_startproc endbr64 pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 movq %rsp, %rbp .cfi_def_cfa_register 6 call afficher movl $0, %eax popq %rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE6: .size main, .-main .section .rodata .LC0: .string "printf peut afficher ceci." .LC1: .string " --------" .text .globl afficher .type afficher, @function afficher: .LFB7: .cfi_startproc endbr64 pushq %rbp .cfi_def_cfa_offset 16 .cfi_offset 6, -16 movq %rsp, %rbp .cfi_def_cfa_register 6 leaq .LC0(%rip), %rax movq %rax, %rdi call puts@PLT leaq .LC1(%rip), %rax movq %rax, %rdi call puts@PLT nop popq %rbp .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE7: .size afficher, .-afficher .ident "GCC: (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0" .section .note.GNU-stack,"",@progbits .section .note.gnu.property,"a" .align 8 .long 1f - 0f .long 4f - 1f .long 5 0: .string "GNU" 1: .align 8 .long 0xc0000002 .long 3f - 2f 2: .long 0x3 3: .align 8 4: