Guest User

Untitled

a guest
Jul 28th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ARM 0.80 KB | None | 0 0
  1.         .cpu arm10tdmi
  2.         .eabi_attribute 20, 1
  3.         .eabi_attribute 21, 1
  4.         .eabi_attribute 23, 3
  5.         .eabi_attribute 24, 1
  6.         .eabi_attribute 25, 1
  7.         .eabi_attribute 26, 2
  8.         .eabi_attribute 30, 2
  9.         .eabi_attribute 34, 0
  10.         .eabi_attribute 18, 4
  11.         .file   "foo.c"
  12.         .global __aeabi_idiv
  13.         .text
  14.         .align  2
  15.         .global f
  16.         .syntax unified
  17.         .arm
  18.         .fpu softvfp
  19.         .type   f, %function
  20. f:
  21.         @ args = 0, pretend = 0, frame = 0
  22.         @ frame_needed = 0, uses_anonymous_args = 0
  23.         push    {r4, lr}
  24.         bl      __aeabi_idiv
  25.         pop     {r4, pc}
  26.         .size   f, .-f
  27.         .ident  "GCC: (GNU) 7.0.0 20160727 (experimental)"
  28.         .section        .note.GNU-stack,"",%progbits
Add Comment
Please, Sign In to add comment