Skip to content

Instantly share code, notes, and snippets.

@fbukevin
Created March 2, 2015 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fbukevin/e3a4489267730cc4f674 to your computer and use it in GitHub Desktop.
Save fbukevin/e3a4489267730cc4f674 to your computer and use it in GitHub Desktop.
main:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
movs r0, #22
bx lr
.size main, .-main
.text
.align 2
.global add
.thumb
.thumb_func
.type add, %function
add:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
add r0, r0, r1
bx lr
.size add, .-add
.ident "GCC: (Ubuntu/Linaro 4.8.2-16ubuntu4) 4.8.2"
.section .note.GNU-stack,"",%progbits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment