.text .file "Moj modul" .globl proizvod # -- Begin function proizvod .p2align 4, 0x90 .type proizvod,@function proizvod: # @proizvod .cfi_startproc # BB#0: # %entry imull %esi, %edi movl %edi, %eax retq .Lfunc_end0: .size proizvod, .Lfunc_end0-proizvod .cfi_endproc # -- End function .globl main # -- Begin function main .p2align 4, 0x90 .type main,@function main: # @main .cfi_startproc # BB#0: # %entry pushq %rax .Lcfi0: .cfi_def_cfa_offset 16 movl $5, %edi movl $6, %esi callq proizvod movl %eax, %edi callq printi popq %rax retq .Lfunc_end1: .size main, .Lfunc_end1-main .cfi_endproc # -- End function .section ".note.GNU-stack","",@progbits