Advertisement
Guest User

casting-uint8_t-to-int.c

a guest
Nov 21st, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. .text
  2. .file "casting-uint8_t-to-int.c"
  3. .globl main # -- Begin function main
  4. .p2align 4, 0x90
  5. .type main,@function
  6. main: # @main
  7. .cfi_startproc
  8. # %bb.0:
  9. pushq %rbp
  10. .cfi_def_cfa_offset 16
  11. .cfi_offset %rbp, -16
  12. movq %rsp, %rbp
  13. .cfi_def_cfa_register %rbp
  14. xorl %eax, %eax
  15. movl $0, -4(%rbp)
  16. movq $0, -16(%rbp)
  17. movq -16(%rbp), %rcx
  18. movq %rcx, -24(%rbp)
  19. popq %rbp
  20. .cfi_def_cfa %rsp, 8
  21. retq
  22. .Lfunc_end0:
  23. .size main, .Lfunc_end0-main
  24. .cfi_endproc
  25. # -- End function
  26.  
  27. .ident "FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)"
  28. .section ".note.GNU-stack","",@progbits
  29. .addrsig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement