Skip to content

Instantly share code, notes, and snippets.

Created November 19, 2011 11:01
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 anonymous/1378720 to your computer and use it in GitHub Desktop.
Save anonymous/1378720 to your computer and use it in GitHub Desktop.
.file "P03_A02.S"
.text
.align 2
.global main
.type main, function
main:
@ args = 0, pretend = 0, frame = 12
@ frame_needed = 1, uses_anonymous_args = 0
MOV r0, #0x0FFFFFFF
RSB r0, r0, r0, LSL #4 // r0 = 15r0
MOV r0, r0, LSL #4 // r0 = 16r0
RSB r0, r0, r0, LSL #9 // r0 = 511r0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment