01: // equivalente assembly dello scheletro di programma 02: .file "060_005prim.c" 03: .text 04: .section .rodata 05: .align 8 06: .LC0: 07: .string "Questo e' il mio primo programma C." 08: .text 09: .globl main 10: .type main, @function 11: main: 12: .LFB5: 13: .cfi_startproc 14: pushq %rbp 15: .cfi_def_cfa_offset 16 16: .cfi_offset 6, -16 17: movq %rsp, %rbp 18: .cfi_def_cfa_register 6 19: leaq .LC0(%rip), %rdi 20: call puts@PLT 21: movl $0, %eax 22: popq %rbp 23: .cfi_def_cfa 7, 8 24: ret 25: .cfi_endproc 26: .LFE5: 27: .size main, .-main 28: .ident "GCC: (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0" 29: .section .note.GNU-stack,"",@progbits 30:
Se avete commenti o osservaƶioni su questa pagina
mandate un messaggio di posta elettronica a bertoƶƶi@ce.unipr.it
mandate un messaggio di posta elettronica a bertoƶƶi@ce.unipr.it