Home | History | Annotate | Download | only in arm
      1 	.syntax unified
      2 	.thumb
      3 	.section .text.one
      4 	cmp	r0, #0
      5 	addeq	r1, #2
      6 	.data
      7 	.word	33
      8 	.section .text.two
      9 	addeq	r1, #3
     10 
     11