Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- main: # @main
- .cfi_startproc
- # %bb.0:
- pushq %rbp
- .cfi_def_cfa_offset 16
- .cfi_offset %rbp, -16
- movq %rsp, %rbp
- .cfi_def_cfa_register %rbp
- subq $16, %rsp
- movl $0, -4(%rbp)
- movl $5, %edi
- movl $3, %esi
- callq _Z3addii
- movabsq $_ZSt4cout, %rdi
- movl %eax, %esi
- callq _ZNSolsEi
- movq %rax, %rdi
- movabsq $_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_, %rsi
- callq _ZNSolsEPFRSoS_E
- xorl %ecx, %ecx
- movq %rax, -16(%rbp) # 8-byte Spill
- movl %ecx, %eax
- addq $16, %rsp
- popq %rbp
- .cfi_def_cfa %rsp, 8
- retq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement