Advertisement
prat3492

Untitled

Oct 30th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ARM 0.91 KB | None | 0 0
  1.     .arch armv7-a
  2.         .eabi_attribute 28, 1
  3.         .fpu vfpv3-d16
  4.         .eabi_attribute 20, 1
  5.         .eabi_attribute 21, 1
  6.         .eabi_attribute 23, 3
  7.         .eabi_attribute 24, 1
  8.         .eabi_attribute 25, 1
  9.         .eabi_attribute 26, 2
  10.         .eabi_attribute 30, 1
  11.         .eabi_attribute 34, 1
  12.         .eabi_attribute 18, 4
  13.         .file   "pr43721.c"
  14.         .global __aeabi_idivmod
  15.         .text
  16.         .align  1
  17.         .global divmod
  18.         .syntax unified
  19.         .thumb
  20.         .thumb_func
  21.         .type   divmod, %function
  22. divmod:
  23.         @ args = 0, pretend = 0, frame = 0
  24.         @ frame_needed = 0, uses_anonymous_args = 0
  25.         push    {r3, lr}
  26.         bl      __aeabi_idivmod
  27.         add     r0, r0, r1
  28.         pop     {r3, pc}
  29.         .size   divmod, .-divmod
  30.         .ident  "GCC: (GNU) 6.0.0 20151018 (experimental)"
  31.         .section        .note.GNU-stack,"",%progbits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement