Home | History | Annotate | Download | only in arm
      1 	.syntax unified
      2 	.text
      3 	.align	2
      4 	.global	thumb2_str
      5 	.thumb
      6 	.thumb_func
      7 thumb2_str:
      8 	str r0, [pc, 4]
      9 	str r0, d
     10 	str pc, [r0]
     11 
     12 	.space 4
     13 	.align
     14 d:
     15 	.long 0
     16