Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     .arch armv4t
  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, 6
  9.     .eabi_attribute 34, 0
  10.     .eabi_attribute 18, 4
  11.     .file   "aplusb.c"
  12.     .text
  13.     .align  2
  14.     .global aplusb
  15.     .syntax unified
  16.     .arm
  17.     .fpu softvfp
  18.     .type   aplusb, %function
  19. aplusb:
  20.     @ Function supports interworking.
  21.     @ args = 0, pretend = 0, frame = 8
  22.     @ frame_needed = 1, uses_anonymous_args = 0
  23.     @ link register save eliminated.
  24.     str fp, [sp, #-4]!
  25.     add fp, sp, #0
  26.     sub sp, sp, #12
  27.     str r0, [fp, #-8]
  28.     str r1, [fp, #-12]
  29.     ldr r2, [fp, #-8]
  30.     ldr r3, [fp, #-12]
  31.     add r3, r2, r3
  32.     mov r0, r3
  33.     add sp, fp, #0
  34.     @ sp needed
  35.     ldr fp, [sp], #4
  36.     bx  lr
  37.     .size   aplusb, .-aplusb
  38.     .ident  "GCC: (Debian 6.3.0-18) 6.3.0 20170516"
  39.     .section    .note.GNU-stack,"",%progbits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement